File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
"node:debug" : " node --nolazy swagger-test-cli/generate.js" ,
51
51
"test-all" : " npm run test-extended && npm run test-simple && npm run test-specific" ,
52
52
"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:*" ,
56
56
"test-specific(update-snapshots)" : " cross-env UPDATE_SNAPSHOTS=true node --unhandled-rejections=strict scripts_runner.js test:*" ,
57
57
"test:--add-readonly" : " node tests/spec/readonly/test.js" ,
58
58
"test:--another-array-type" : " node tests/spec/another-array-type/test.js" ,
You can’t perform that action at this time.
0 commit comments