Skip to content

Commit e4b09e0

Browse files
remove firefox, webkit
1 parent cb5bcdd commit e4b09e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-20.04, windows-2019]
24+
os: [ubuntu-20.04, windows-2019, macos-latest]
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v2

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@
9797
"format:eslint": "eslint --ext .js,.html . --fix --ignore-path .gitignore",
9898
"lint": "npm run lint:eslint",
9999
"format": "npm run format:eslint",
100-
"test": "web-test-runner test/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit && npm run test:visual",
101-
"test:visual": "web-test-runner test/visual/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit",
100+
"test": "web-test-runner test/*.test.js --coverage --node-resolve --playwright --browsers chromium && npm run test:visual",
101+
"test:visual": "web-test-runner test/visual/*.test.js --coverage --node-resolve --playwright --browsers chromium",
102102
"test:watch": "web-test-runner test/*.test.js --node-resolve --watch --playwright --browsers chromium",
103-
"test:visual:update": "web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium firefox webkit --update-visual-baseline\n",
103+
"test:visual:update": "web-test-runner test/**/*.test.js --coverage --node-resolve --playwright --browsers chromium --update-visual-baseline\n",
104104
"build": "rimraf dist && rollup -c rollup.config.js",
105105
"build:vendor": "node tasks/prepare.js",
106106
"build:models": "node demo/model.js",

0 commit comments

Comments
 (0)