File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 3030 "buildnativescript" : " webpack --config webpack/webpack.nativescript.js --mode production" ,
3131 "buildweb" : " webpack --config webpack/webpack.web.js --mode production" ,
3232 "test" : " npm run test:api && npm run test:unit" ,
33+ "test:sanity" : " BABEL_ENV=test nyc --reporter=html --reporter=text mocha --require @babel/register ./test/sanity-check/sanity.js -t 30000 --reporter mochawesome --require babel-polyfill" ,
3334 "test:api" : " BABEL_ENV=test nyc --reporter=html --reporter=text mocha --require @babel/register ./test/test.js -t 30000 --reporter mochawesome --require babel-polyfill" ,
3435 "test:unit" : " BABEL_ENV=test nyc --reporter=html --reporter=text mocha --require @babel/register ./test/unit/index.js -t 30000 --reporter mochawesome --require babel-polyfill" ,
3536 "test:unit:report:json" : " BABEL_ENV=test nyc --reporter=clover --reporter=text mocha --require @babel/register ./test/unit/index.js -t 30000 --reporter json --reporter-options output=report.json --require babel-polyfill" ,
You can’t perform that action at this time.
0 commit comments