Skip to content

Commit

Permalink
CI (temp): fix typescript test runner failure due to ts-node bug
Browse files Browse the repository at this point in the history
This fix triggers some warnings about experimental features,
and it's meant to be temporary until ts-node shares a long-term solutio .

See TypeStrong/ts-node#2094.
  • Loading branch information
larabr committed Dec 8, 2023
1 parent c754fac commit e92b44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"build-test": "npm run build --build-only=test",
"prepare": "npm run build",
"test": "mocha --timeout 120000 test/unittests.js",
"test-type-definitions": "ts-node --esm test/typescript/definitions.ts",
"test-type-definitions": "node --loader ts-node/esm test/typescript/definitions.ts",
"benchmark-time": "node test/benchmarks/time.js",
"benchmark-memory-usage": "node test/benchmarks/memory_usage.js",
"start": "http-server",
Expand Down

0 comments on commit e92b44b

Please sign in to comment.