import React from 'react'; import { mountWithContexts } from '@testUtils/enzymeHelpers'; import Job from './Jobs'; describe('', () => { test('initially renders succesfully', () => { mountWithContexts(); }); });