Skip to content

Commit b79a967

Browse files
committed
Update @web/test-runner to work with M1 macs
@web/test-runner was using an older version of puppeteer, which wasn't working for M1 Macs. Now it's updated to a newer version.
1 parent 9cfe2f5 commit b79a967

File tree

2 files changed

+257
-103
lines changed

2 files changed

+257
-103
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@typescript-eslint/eslint-plugin": "^4.16.1",
3131
"@typescript-eslint/parser": "^4.16.1",
3232
"@web/dev-server": "^0.1.1",
33-
"@web/test-runner": "^0.11.5",
33+
"@web/test-runner": "^0.13.15",
3434
"concurrently": "^5.3.0",
3535
"eslint": "^7.21.0",
3636
"eslint-config-prettier": "^6.11.0",
@@ -57,7 +57,9 @@
5757
"error"
5858
],
5959
"no-shadow": "off",
60-
"@typescript-eslint/no-shadow": ["error"],
60+
"@typescript-eslint/no-shadow": [
61+
"error"
62+
],
6163
"class-methods-use-this": "off",
6264
"import/no-unresolved": "off",
6365
"import/extensions": [

0 commit comments

Comments
 (0)