Test: fix trie test case

This commit is contained in:
SukkaW
2024-12-14 20:14:46 +08:00
parent 226f736e2a
commit e53e6b9375
3 changed files with 45 additions and 38 deletions

View File

@@ -15,7 +15,7 @@
"build-profile": "pnpm run dexnode -r @swc-node/register ./Build/index.ts",
"build-webstream": "ENABLE_EXPERIMENTAL_WEBSTREAMS=true pnpm run node ./Build/index.ts",
"lint": "eslint --format=sukka .",
"test": "SWCRC=true mocha --require @swc-node/register --watch-extensions ts,tsx"
"test": "SWCRC=true SWC_NODE_PROJECT=tsconfig.test.json mocha --require @swc-node/register --watch-extensions ts,tsx"
},
"author": "",
"license": "ISC",