Skip to content

Commit 737781c

Browse files
author
Markus Osanger
committed
fix path in tests as well
1 parent 823715c commit 737781c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/ChartTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ChartComponent from '../Chart';
1+
import ChartComponent from '../index';
22

33
describe('Chart re-rendering', () => {
44

0 commit comments

Comments
 (0)