We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbb825 commit a1af352Copy full SHA for a1af352
packages/nodejs/package.json
@@ -33,9 +33,7 @@
33
"publish:preview": "yarn npm publish --tag preview",
34
"test": "vitest run --config vitest.config.ts",
35
"test:e2e": "vitest run --config vitest.config.e2e.ts",
36
- "test:llm": "vitest run --config vitest.config.llm.ts",
37
"test:e2e:ci": "./scripts/test-e2e-ci.sh",
38
- "test:llm:ci": "./scripts/test-llm-ci.sh",
39
"test:clean": "yarn test --no-cache --coverage.clean",
40
"test:dev": "yarn test --mode development",
41
"test:verbose": "yarn test --reporter verbose",
packages/nodejs/vitest.config.llm.ts
0 commit comments