alias top-level imports

This commit is contained in:
Jake McDermott
2019-06-19 11:38:28 -04:00
parent ee56e9ccfb
commit 012852ec53
46 changed files with 357 additions and 202 deletions

View File

@@ -1,5 +1,7 @@
import React from 'react';
import { mountWithContexts } from '../../../testUtils/enzymeHelpers';
import { mountWithContexts } from '@testUtils/enzymeHelpers';
import Job from './Jobs';
describe('<Job />', () => {