summaryrefslogtreecommitdiffstats
path: root/__tests__
diff options
context:
space:
mode:
Diffstat (limited to '__tests__')
-rw-r--r--__tests__/App.test.tsx2
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
5import 'react-native'; 5import 'react-native';
6import React from 'react'; 6import React from 'react';
7import App from '../App'; 7import 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.
10import {it} from '@jest/globals'; 10import {it} from '@jest/globals';