diff options
Diffstat (limited to '__tests__')
-rw-r--r-- | __tests__/App.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/__tests__/App.test.tsx b/__tests__/App.test.tsx index 9eac6fb..d5d3244 100644 --- a/__tests__/App.test.tsx +++ b/__tests__/App.test.tsx | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | import 'react-native'; | 5 | import 'react-native'; |
6 | import React from 'react'; | 6 | import React from 'react'; |
7 | import App from '../App'; | 7 | import App from '../src/App.tsx'; |
8 | 8 | ||
9 | // Note: import explicitly to use the types shipped with jest. | 9 | // Note: import explicitly to use the types shipped with jest. |
10 | import {it} from '@jest/globals'; | 10 | import {it} from '@jest/globals'; |