Skip to content

Commit b865ca5

Browse files
author
Jimmy Miller
committed
Make App absolute in tests
1 parent c881044 commit b865ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/App-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import App from '../\App';
2+
import App from 'App';
33
import renderer from 'react-test-renderer';
44

55
describe('App', () => {

0 commit comments

Comments
 (0)