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,6 +1,8 @@
import React from 'react';
import { mountWithContexts } from '@testUtils/enzymeHelpers';
import Templates from './Templates';
import { mountWithContexts } from '../../../testUtils/enzymeHelpers';
describe('<Templates />', () => {
let pageWrapper;