1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Remove last remaining usages of npm run (#7994)

* Remove last remaining usages of `npm run`
* Use nyc@15.0.0
This commit is contained in:
Whymarrh Whitby 2020-02-06 12:22:40 -03:30 committed by GitHub
parent 667f4fa5f8
commit 08c7322203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 286 additions and 551 deletions

View File

@ -25,7 +25,7 @@
"test:web3:chrome": "SELENIUM_BROWSER=chrome test/e2e/run-web3.sh",
"test:web3:firefox": "SELENIUM_BROWSER=firefox test/e2e/run-web3.sh",
"test:e2e:firefox": "SELENIUM_BROWSER=firefox test/e2e/run-all.sh",
"test:coverage": "nyc --reporter=text --reporter=html npm run test:unit",
"test:coverage": "nyc --reporter=text --reporter=html yarn test:unit",
"test:coveralls-upload": "if [ \"$COVERALLS_REPO_TOKEN\" ]; then nyc report --reporter=text-lcov | coveralls; fi",
"test:flat": "yarn test:flat:build && karma start test/flat.conf.js",
"test:flat:build": "yarn test:flat:build:ui && yarn test:flat:build:tests && yarn test:flat:build:locales",
@ -251,7 +251,7 @@
"nock": "^9.0.14",
"node-fetch": "^2.6.0",
"node-sass": "^4.12.0",
"nyc": "^13.0.0",
"nyc": "^15.0.0",
"polyfill-crypto.getrandomvalues": "^1.0.0",
"proxyquire": "2.0.1",
"qs": "^6.2.0",

View File

@ -60,7 +60,7 @@ concurrently --kill-others \
--names 'sendwithprivatedapp,e2e' \
--prefix '[{time}][{name}]' \
--success first \
'npm run sendwithprivatedapp' \
'yarn sendwithprivatedapp' \
'mocha test/e2e/incremental-security.spec'
concurrently --kill-others \

831
yarn.lock

File diff suppressed because it is too large Load Diff