From 3b26584f4da9575f14f3adce6eaaa4d006c53995 Mon Sep 17 00:00:00 2001 From: Jixun Wu Date: Thu, 18 May 2023 00:30:39 +0100 Subject: [PATCH] test: proper sanity check; exclude WasmTest from coverage (#8) --- src/App.tsx | 2 +- src/WasmTest.tsx | 7 +++++++ src/__tests__/sanity-check.test.tsx | 12 ++++++++---- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 20bad54..93aed70 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,7 +15,7 @@ function App() { - {localStorage.__dev_test === '1' && } +