Skip to content

Commit 64173e1

Browse files
committed
undo the separation
1 parent b3681b9 commit 64173e1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,7 @@
178178
"test:chrome:latest:install:openusercss": "mocha test/installation-test.js --chrome-latest --test openusercss",
179179
"test:firefox": "yarn test:firefox:quantum && yarn test:firefox:latest",
180180
"test:firefox:quantum": "mocha test/UITest.js --firefox-quantum",
181-
"test:firefox:latest:pre-on-page": "mocha test/UITest.js --firefox-latest --skip-contextmenu",
182-
"test:firefox:latest:on-page": "mocha test/UITest.js --firefox-latest --skip-entrypoints",
183-
"test:firefox:latest": "yarn test:firefox:latest:pre-on-page && yarn test:firefox:latest:on-page",
181+
"test:firefox:latest": "mocha test/UITest.js --firefox-latest",
184182
"test:edge": "yarn test:edge:16 && yarn test:edge:latest",
185183
"test:edge:16": "mocha test/UITest.js --edge-16",
186184
"test:edge:latest": "mocha test/UITest.js --edge-latest",

0 commit comments

Comments
 (0)