From fd410302e4a003c934881dcf41d754ee3b2cbf58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= 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' && } +