chore(test 設定): 啟用 test module mocks flag

This commit is contained in:
Jeffery
2026-07-03 17:47:48 +08:00
parent 2f294845c8
commit e54c3f5fbe
+1 -1
View File
@@ -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",