web: Simplify the TS_NODE_COMPILER_OPTIONS value for mocha in core test

This commit is contained in:
TÖRÖK Attila 2023-12-03 14:06:16 +01:00
parent 0f6dae56b5
commit f8260e1d3f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"build": "tsc --build --force",
"postbuild": "node tools/set_version.js && node tools/bundle_texts.js",
"docs": "typedoc",
"test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\",\\\"verbatimModuleSyntax\\\":false} mocha"
"test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} mocha"
},
"dependencies": {
"jszip": "^3.10.1",