From 77ab3f79ce93cb4238260c8ec74e0a883d80baa6 Mon Sep 17 00:00:00 2001 From: YH_KIM Date: Sat, 3 May 2025 16:43:50 +0900 Subject: [PATCH] fix --- src/test/runTest.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/runTest.ts b/src/test/runTest.ts index dbfb2357..ab2c4c14 100644 --- a/src/test/runTest.ts +++ b/src/test/runTest.ts @@ -1,10 +1,10 @@ export function declareTest() { - // if(import.meta.env.DEV){ - // globalThis.test = async () => { - // const d = await import("./test.js") - // return d.test() - // } - // } + if(import.meta.env.DEV){ + globalThis.test = async () => { + const d = await import("./test.js") + return d.test() + } + } }