Skip to content

Commit 8b6acfb

Browse files
authored
fix: get Jest green (#974)
* chore: skip more platforms for Jest * add `head`
1 parent 661c192 commit 8b6acfb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/lookup.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,9 @@
244244
},
245245
"jest": {
246246
"prefix": "v",
247-
"maintainers": ["cpojer", "scotthovestadt", "SimenB", "thymikee", "jeysal"],
247+
"maintainers": ["cpojer", "SimenB", "thymikee", "jeysal"],
248248
"yarn": true,
249+
"head": true,
249250
"install": ["install", "--no-immutable"],
250251
"scripts": ["build:js", "remove-examples", "test-ci-partial"],
251252
"envVar": { "CI": true },

0 commit comments

Comments
 (0)