From e54c3f5fbef187d8f0a4544d921a64a828b71728 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Fri, 3 Jul 2026 17:47:48 +0800 Subject: [PATCH] =?UTF-8?q?chore(test=20=E8=A8=AD=E5=AE=9A):=20=E5=95=9F?= =?UTF-8?q?=E7=94=A8=20test=20module=20mocks=20flag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 0c3448d..2fa8d88 100644 --- a/src/package.json +++ b/src/package.json @@ -5,7 +5,7 @@ "type": "module", "main": "main.js", "scripts": { - "test": "node --test test/*.test.js" + "test": "node --experimental-test-module-mocks --test test/*.test.js" }, "dependencies": { "axios": "^1.6.7",