syncano-server
Advanced tools
Comparing version 0.7.2-1 to 0.7.2-2
{ | ||
"name": "syncano-server", | ||
"version": "0.7.2-1", | ||
"version": "0.7.2-2", | ||
"description": "A library to intereact with the Syncano API on a server side", | ||
@@ -20,3 +20,3 @@ "main": "lib/index.js", | ||
"report-coverage": "cat ./coverage/lcov.info | codecov", | ||
"unit": "cross-env NODE_ENV=test mocha 'test/**/*.js' --reporter spec --require babel-register", | ||
"unit": "cross-env NODE_ENV=test mocha 'test/unit/**/*.js' --reporter spec --require babel-register", | ||
"test": "npm-run-all --parallel test:unit", | ||
@@ -26,2 +26,4 @@ "test:unit": "cross-env NODE_ENV=test nyc yarn run unit", | ||
"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:*", | ||
@@ -28,0 +30,0 @@ "watch:lib": "npm run build:lib -- --watch", |
254379