mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Correct skip usage
This commit is contained in:
parent
6b3ffc9e5d
commit
5476cb9a2c
@ -11,7 +11,7 @@
|
|||||||
"mock": "beefy mock-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
|
"mock": "beefy mock-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
|
||||||
"buildMock": "browserify ./mock-dev.js -o ./development/bundle.js",
|
"buildMock": "browserify ./mock-dev.js -o ./development/bundle.js",
|
||||||
"testem": "npm run buildMock && testem",
|
"testem": "npm run buildMock && testem",
|
||||||
"ci": "npm run buildMock && testem ci -P 5"
|
"ci": "npm run buildMock && testem ci -P 2"
|
||||||
},
|
},
|
||||||
"browserify": {
|
"browserify": {
|
||||||
"transform": [
|
"transform": [
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
launch_in_dev:
|
launch_in_dev:
|
||||||
- Chrome
|
- Chrome
|
||||||
- Firefox
|
- Firefox
|
||||||
skip:
|
launch_in_ci:
|
||||||
- PhantomJS
|
- Chrome
|
||||||
|
- Firefox
|
||||||
framework:
|
framework:
|
||||||
- qunit
|
- qunit
|
||||||
test_page: "test/integration/index.html"
|
test_page: "test/integration/index.html"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user