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 ./",
|
||||
"buildMock": "browserify ./mock-dev.js -o ./development/bundle.js",
|
||||
"testem": "npm run buildMock && testem",
|
||||
"ci": "npm run buildMock && testem ci -P 5"
|
||||
"ci": "npm run buildMock && testem ci -P 2"
|
||||
},
|
||||
"browserify": {
|
||||
"transform": [
|
||||
|
@ -1,8 +1,9 @@
|
||||
launch_in_dev:
|
||||
- Chrome
|
||||
- Firefox
|
||||
skip:
|
||||
- PhantomJS
|
||||
launch_in_ci:
|
||||
- Chrome
|
||||
- Firefox
|
||||
framework:
|
||||
- qunit
|
||||
test_page: "test/integration/index.html"
|
||||
|
Loading…
Reference in New Issue
Block a user