syncano-server
Advanced tools
Comparing version
{ | ||
"name": "syncano-server", | ||
"version": "0.7.2-4", | ||
"version": "0.7.2-5", | ||
"description": "A library to intereact with the Syncano API on a server side", | ||
@@ -19,10 +19,9 @@ "main": "lib/index.js", | ||
"prebuild": "npm run clean", | ||
"report-coverage": "cat ./coverage/lcov.info | codecov", | ||
"unit": "cross-env NODE_ENV=test mocha 'test/unit/**/*.js' --reporter spec --require babel-register", | ||
"test": "npm-run-all --parallel test:unit", | ||
"test": "npm-run-all --parallel test:unit test:e2e", | ||
"test:unit": "cross-env NODE_ENV=test nyc yarn run unit", | ||
"test:e2e": "cross-env NODE_ENV=test nyc yarn run e2e", | ||
"test:coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", | ||
"lint": "xo src/**/*.js test/**/*.js", | ||
"test:coverage": "nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && codecov", | ||
"e2e": "mkdir -p e2e-tests/ && cross-env NODE_ENV=test mocha 'test/e2e/*.js' --reporter spec --require babel-register --timeout 30000 --slow 8000", | ||
"test:e2e": "cross-env NODE_ENV=test yarn run e2e", | ||
"watch": "npm-run-all --parallel watch:*", | ||
@@ -29,0 +28,0 @@ "watch:lib": "npm run build:lib -- --watch", |
378235
31.17%41
13.89%