From 1749bd5e7fa959a022472defb8ba78c689c994af Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Mon, 11 Dec 2023 15:31:44 +0100 Subject: Add initial ble-service. --- __tests__/App.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '__tests__/App.test.tsx') 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 @@ import 'react-native'; import React from 'react'; -import App from '../App'; +import App from '../src/App.tsx'; // Note: import explicitly to use the types shipped with jest. import {it} from '@jest/globals'; -- cgit v1.2.3