fix: run tests in stream and add mocks

This commit is contained in:
Sérgio Ramos 2018-01-17 19:54:56 +00:00
parent da38cd444a
commit 380cded0bb
4 changed files with 6 additions and 3 deletions

View File

@ -12,11 +12,11 @@
"lint-docs": "./scripts/quality-docs",
"lint-ci:root": "eslint . --ext .js --ext .md",
"lint:root": "eslint . --fix --ext .js --ext .md",
"lint-ci:packages": "lerna run lint-ci",
"lint:packages": "lerna run lint",
"lint-ci:packages": "lerna run lint-ci --stream",
"lint:packages": "lerna run lint --stream",
"lint-ci": "redrun -s lint-ci:*",
"lint": "redrun -s lint:*",
"test-ci": "lerna run test-ci",
"test-ci": "CI=1 lerna run test-ci --stream",
"test": "lerna run test",
"clean": "lerna clean --yes",
"dev": "lerna run dev --parallel --stream",

View File

@ -0,0 +1 @@
module.exports = {};

View File

@ -0,0 +1 @@
module.exports = {};

View File

@ -0,0 +1 @@
module.exports = {};