Skip to content
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.

Commit

Permalink
Fixes incorrect import path in Menu.test.js (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
datoml authored and ctrlplusb committed Feb 19, 2017
1 parent db371ec commit e3b99f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/components/DemoApp/Header/Menu/Menu.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import React from 'react';
import { shallow } from 'enzyme';
import Menu from './Menu';
import Menu from './index';

describe('<Home />', () => {
test('renders', () => {
Expand Down

0 comments on commit e3b99f6

Please sign in to comment.