Skip to content

Commit a0fbee4

Browse files
[Form Recognizer] Fix integration-test:node command to run all tests in all OSes (Azure#20836)
1 parent 2ea24ab commit a0fbee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/formrecognizer/ai-form-recognizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"extract-api": "tsc -p . && api-extractor run --local",
6565
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
6666
"integration-test:browser": "dev-tool run test:browser",
67-
"integration-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' \"test/**/*.spec.ts\"",
67+
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 1200000 --exclude 'dist-esm/**/browser/*.spec.js' \"dist-esm/test/**/*.spec.js\" \"dist-esm/test/**/node/*.spec.js\"",
6868
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
6969
"lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",
7070
"lint": "eslint package.json api-extractor.json src test --ext .ts",

0 commit comments

Comments
 (0)