mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 22:05:55 +00:00
chore(@embark): run tests for all matching files in the test subfolders
This commit is contained in:
parent
b4e0fb4557
commit
caf97af0f5
@ -55,7 +55,7 @@
|
||||
"start:embark:type-check": "npm run type-check:watch",
|
||||
"start:ui": "cd embark-ui && npm run start",
|
||||
"test": "npm-run-all lint test:*",
|
||||
"test:core": "nyc --reporter=html mocha dist/test/ --exit --no-timeouts --require source-map-support/register",
|
||||
"test:core": "cross-env nyc --reporter=html mocha 'dist/test/**/*.js' --exit --no-timeouts --require source-map-support/register",
|
||||
"test:test_app": "cross-env DAPP=test_app npm run test_dapp",
|
||||
"test:contracts_app": "cross-env DAPP=contracts_app npm run test_dapp",
|
||||
"test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\"",
|
||||
|
Loading…
x
Reference in New Issue
Block a user