File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7272 "test:node" : " npm run build:test && npm run unit-test:node && npm run integration-test:node" ,
7373 "test-consumer" : " rimraf consumer-test/node_modules consumer-test/package-lock.json && node consumer-test.js 2>&1" ,
7474 "test" : " npm run unit-test && npm run integration-test" ,
75- "test:signoff" : " mocha -r esm -r dotenv/config -r ./ test/public/common/setup.js \" ./test/internal/**/*.spec.ts \" \" ./test/public/**/*.spec.ts \" --timeout 100000 --grep \" # nosignoff\" --invert" ,
75+ "test:signoff" : " npm run integration- test:node -- --fgrep \" nosignoff\" --invert" ,
7676 "unit-test:browser" : " echo skipped" ,
7777 "unit-test:node" : " echo skipped" ,
7878 "unit-test" : " npm run unit-test:node && npm run unit-test:browser"
You can’t perform that action at this time.
0 commit comments