Updating import paths in tests

This commit is contained in:
Jeff Avallone
2018-02-13 20:18:26 -05:00
parent 91ee254477
commit 3931cee8af
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import React from 'react';
import { shallow } from 'enzyme';
import { Header } from './index';
import { Header } from 'components/Header';
const env = { ...process.env };