Skip to content

Commit

Permalink
feat: support jest plugins 'jest-junit' and 'jest-stare' (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfairley committed Nov 6, 2022
1 parent c1e1a14 commit 937e783
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Expand Up @@ -273,6 +273,8 @@ const fields = [
{ key: 'stylelint' },
{ key: 'ava', over: sortObject },
{ key: 'jest', over: sortObject },
{ key: 'jest-junit', over: sortObject },
{ key: 'jest-stare', over: sortObject },
{ key: 'mocha', over: sortObject },
{ key: 'nyc', over: sortObject },
{ key: 'c8', over: sortObject },
Expand Down
4 changes: 4 additions & 0 deletions tests/snapshots/main.js.md
Expand Up @@ -57,6 +57,8 @@ Generated by [AVA](https://avajs.dev).
"icon": "icon",␊
"imports": "imports",␊
"jest": "jest",␊
"jest-junit": "jest-junit",␊
"jest-stare": "jest-stare",␊
"jsdelivr": "jsdelivr",␊
"jsnext:main": "jsnext:main",␊
"keywords": "keywords",␊
Expand Down Expand Up @@ -185,6 +187,8 @@ Generated by [AVA](https://avajs.dev).
"stylelint": "stylelint",␊
"ava": "ava",␊
"jest": "jest",␊
"jest-junit": "jest-junit",␊
"jest-stare": "jest-stare",␊
"mocha": "mocha",␊
"nyc": "nyc",␊
"c8": "c8",␊
Expand Down
Binary file modified tests/snapshots/main.js.snap
Binary file not shown.

0 comments on commit 937e783

Please sign in to comment.