use top-level import aliases

This commit is contained in:
Jake McDermott
2019-06-21 12:10:01 -04:00
parent 9dda5404a0
commit 657a6f3a93
21 changed files with 65 additions and 25 deletions

View File

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