summaryrefslogtreecommitdiffstats
path: root/__tests__
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2023-12-11 15:31:44 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2023-12-11 15:32:33 +0100
commit1749bd5e7fa959a022472defb8ba78c689c994af (patch)
treeb591bf4d58c83065033cc845b56d6883782b7938 /__tests__
parentf0600c5ec4ffa5a84f6a08c07ec341a22e0430de (diff)
downloadcyberbadge_mobile-1749bd5e7fa959a022472defb8ba78c689c994af.tar.gz
cyberbadge_mobile-1749bd5e7fa959a022472defb8ba78c689c994af.zip
Add initial ble-service.
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';