diff --git a/index.js b/index.js index ce1d0d1b..903e88ce 100755 --- a/index.js +++ b/index.js @@ -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 }, diff --git a/tests/snapshots/main.js.md b/tests/snapshots/main.js.md index 6020033c..1bdd16b9 100644 --- a/tests/snapshots/main.js.md +++ b/tests/snapshots/main.js.md @@ -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",␊ @@ -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",␊ diff --git a/tests/snapshots/main.js.snap b/tests/snapshots/main.js.snap index e84a37c3..9b2f65da 100644 Binary files a/tests/snapshots/main.js.snap and b/tests/snapshots/main.js.snap differ