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 1212 "test:unit" : " AWS_ACCESS_KEY_ID=\" blah\" AWS_SECRET_ACCESS_KEY=\" blah\" node --test --test-reporter=spec 'test/unit/**/*-test.js'" ,
1313 "test:slow" : " node --test --test-reporter=spec 'test/slow/**/*-test.js'" ,
1414 "test:integration" : " AWS_ACCESS_KEY_ID=\" blah\" AWS_SECRET_ACCESS_KEY=\" blah\" node --test --test-reporter=spec 'test/integration/**/*-test.js'" ,
15- "coverage" : " AWS_ACCESS_KEY_ID=\" blah\" AWS_SECRET_ACCESS_KEY=\" blah\" node --test --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=coverage/lcov.info 'test/unit/**/*-test.js'" ,
15+ "coverage" : " mkdir -p coverage && AWS_ACCESS_KEY_ID=\" blah\" AWS_SECRET_ACCESS_KEY=\" blah\" node --test --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=coverage/lcov.info 'test/unit/**/*-test.js'" ,
1616 "lint" : " eslint . --fix" ,
1717 "rc" : " npm version prerelease --preid RC"
1818 },
You can’t perform that action at this time.
0 commit comments