Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Jan 26, 2023
1 parent ab490ad commit 6e9469d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/webpack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"jest-puppeteer": "^4.4.0",
"metro": "~0.64.0",
"react-native": "~0.64.3",
"serve": "^11.1.0"
"serve": "^11.1.0",
"resize-observer-polyfill": "^1.5.1"
},
"browserslist": {
"production": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ Object {
"publicPath": Array [
"/",
],
"watch": Object {
"ignored": /\\^\\(\\?!\\\\/Users\\\\/evanbacon\\\\/Documents\\\\/GitHub\\\\/cli\\\\/packages\\\\/webpack\\\\x2dconfig\\\\/e2e\\\\/basic\\\\/\\)\\.\\+\\\\/node_modules\\\\//g,
},
"watch": Object {},
},
"webSocketServer": Object {
"options": Object {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function normalizeConfig(config) {
normalized.module.rules = normalizeLoaders(normalized.module.rules);

delete normalized.devServer?.watchOptions;
delete normalized.devServer?.static?.watch.ignored;

// performance is disabled in CI
delete normalized.performance;
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15540,6 +15540,11 @@ reselect@^3.0.1:
resolved "https://registry.yarnpkg.com/reselect/-/reselect-3.0.1.tgz#efdaa98ea7451324d092b2b2163a6a1d7a9a2147"
integrity sha1-79qpjqdFEyTQkrKyFjpqHXqaIUc=

resize-observer-polyfill@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464"
integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==

resolve-alpn@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/resolve-alpn/-/resolve-alpn-1.0.0.tgz#745ad60b3d6aff4b4a48e01b8c0bdc70959e0e8c"
Expand Down

0 comments on commit 6e9469d

Please sign in to comment.