Skip to content

Commit

Permalink
Fix failing test caused by nswapi
Browse files Browse the repository at this point in the history
- works correctly in browser but causes test failures

- `:has()` support is apparently flaky, so we need to pin/revert the resolution
  • Loading branch information
cee-chen committed Aug 11, 2024
1 parent 5fc408a commit d92e40d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@babel/core": "^7.21.8",
"jsdom": "24.1.0",
"@types/jsdom@npm:^20.0.0": "patch:@types/jsdom@npm%3A20.0.1#~/.yarn/patches/@types-jsdom-npm-20.0.1-5bb899e006.patch",
"nwsapi": "2.2.2",
"infima@npm:0.2.0-alpha.43": "patch:infima@npm%3A0.2.0-alpha.43#~/.yarn/patches/infima-npm-0.2.0-alpha.43-8d3b77b44d.patch"
},
"packageManager": "yarn@4.2.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27898,10 +27898,10 @@ __metadata:
languageName: node
linkType: hard

"nwsapi@npm:^2.2.10":
version: 2.2.10
resolution: "nwsapi@npm:2.2.10"
checksum: 10c0/43dfa150387bd2a578e37556d0ae3330d5617f99e5a7b64e3400d4c2785620762aa6169caf8f5fbce17b7ef29c372060b602594320c374fba0a39da4163d77ed
"nwsapi@npm:2.2.2":
version: 2.2.2
resolution: "nwsapi@npm:2.2.2"
checksum: 10c0/f7c4fedb0dc0786204ee99f440e9827d6e01a0c0322e93b5c9a9a382dd0bd9650d98ca3d1967a77554e3ec1f9a46a20cfea80a41fb00e91c5101c53d8b2c9aed
languageName: node
linkType: hard

Expand Down

0 comments on commit d92e40d

Please sign in to comment.