Skip to content

Commit b691944

Browse files
committed
Fix for Win...
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 0c68f02 commit b691944

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"node:debug": "node --nolazy swagger-test-cli/generate.js",
5151
"test-all": "npm run test-extended && npm run test-simple && npm run test-specific",
5252
"test-all(update-snapshots)": "cross-env UPDATE_SNAPSHOTS=true npm run test-all",
53-
"test-extended": "node --unhandled-rejections=strict scripts_runner.js generate-extended validate",
54-
"test-simple": "node --unhandled-rejections=strict scripts_runner.js generate validate",
55-
"test-specific": "node --unhandled-rejections=strict scripts_runner.js test:*",
53+
"test-extended": "node scripts_runner.js generate-extended validate",
54+
"test-simple": "node scripts_runner.js generate validate",
55+
"test-specific": "node scripts_runner.js test:*",
5656
"test-specific(update-snapshots)": "cross-env UPDATE_SNAPSHOTS=true node --unhandled-rejections=strict scripts_runner.js test:*",
5757
"test:--add-readonly": "node tests/spec/readonly/test.js",
5858
"test:--another-array-type": "node tests/spec/another-array-type/test.js",

0 commit comments

Comments
 (0)