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