Skip to content

Commit

Permalink
fix: get Jest green (#974)
Browse files Browse the repository at this point in the history
* chore: skip more platforms for Jest

* add `head`
  • Loading branch information
SimenB committed Sep 21, 2023
1 parent 661c192 commit 8b6acfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lookup.json
Expand Up @@ -244,8 +244,9 @@
},
"jest": {
"prefix": "v",
"maintainers": ["cpojer", "scotthovestadt", "SimenB", "thymikee", "jeysal"],
"maintainers": ["cpojer", "SimenB", "thymikee", "jeysal"],
"yarn": true,
"head": true,
"install": ["install", "--no-immutable"],
"scripts": ["build:js", "remove-examples", "test-ci-partial"],
"envVar": { "CI": true },
Expand Down

0 comments on commit 8b6acfb

Please sign in to comment.