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