Skip to content

Commit 70c0917

Browse files
committed
Add script to run AI integration tests in Node
1 parent a4897a6 commit 70c0917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ai/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"test:skip-clone": "karma start",
4141
"test:browser": "yarn testsetup && karma start",
4242
"test:integration": "karma start --integration",
43+
"test:integration:node": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha integration/**/*.test.ts --config ../../config/mocharc.node.js",
4344
"api-report": "api-extractor run --local --verbose",
4445
"typings:public": "node ../../scripts/build/use_typings.js ./dist/ai-public.d.ts",
4546
"trusted-type-check": "tsec -p tsconfig.json --noEmit"

0 commit comments

Comments
 (0)