mirror of https://github.com/embarklabs/embark.git
test: disable test script for packages without any tests
Several `embarkjs-*` packages specify a `"test":` script in their respective `package.json` files but lack any tests, causing `yarn test` in the root of the monorepo to fail. For now, disable those scripts.
This commit is contained in:
parent
64731cf985
commit
33ee6d8d35
|
@ -46,7 +46,7 @@
|
|||
"qa": "npm-run-all build package",
|
||||
"reset": "npx rimraf build-test dist embarkjs-*.tgz package",
|
||||
"start": "npm run watch",
|
||||
"test": "mocha \"build-test/**/*.js\" --exit --no-timeouts --require source-map-support/register",
|
||||
"// test": "mocha \"build-test/**/*.js\" --exit --no-timeouts --require source-map-support/register",
|
||||
"watch": "run-p \"build:** -- --verbose --watch\""
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"qa": "npm-run-all build package",
|
||||
"reset": "npx rimraf build-test dist embarkjs-*.tgz package",
|
||||
"start": "npm run watch",
|
||||
"test": "mocha \"build-test/**/*.js\" --exit --no-timeouts --require source-map-support/register",
|
||||
"// test": "mocha \"build-test/**/*.js\" --exit --no-timeouts --require source-map-support/register",
|
||||
"watch": "run-p \"build:** -- --verbose --watch\""
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"qa": "npm-run-all build package",
|
||||
"reset": "npx rimraf build-test dist embarkjs-*.tgz package",
|
||||
"start": "npm run watch",
|
||||
"test": "mocha \"build-test/**/*.js\" --exit --no-timeouts --require source-map-support/register",
|
||||
"// test": "mocha \"build-test/**/*.js\" --exit --no-timeouts --require source-map-support/register",
|
||||
"watch": "run-p \"build:** -- --verbose --watch\""
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue