Skip to content

Commit 662c3e8

Browse files
authored
feat: add support for Tap (#199)
* feat: support `tap` field * docs: add Tap to the list * chore: update snapshots
1 parent 093a4ef commit 662c3e8

File tree

5 files changed

+4
-0
lines changed

5 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ console.log(Object.keys(sorted))
184184
- [Prettier](https://prettier.io/)
185185
- [remark](https://remark.js.org/)
186186
- [stylelint](https://github.com/stylelint/stylelint)
187+
- [Tap](https://node-tap.org/)
187188
- [xojs](https://github.com/xojs/xo)
188189
189190
_Alphabetically ordered._

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ const fields = [
243243
{ key: 'jest', over: sortObject },
244244
{ key: 'mocha', over: sortObject },
245245
{ key: 'nyc', over: sortObject },
246+
{ key: 'tap', over: sortObject },
246247
{ key: 'resolutions', over: sortObject },
247248
{ key: 'dependencies', over: sortObject },
248249
{ key: 'devDependencies', over: sortObject },

tests/snapshots/cli.js.snap

-14 Bytes
Binary file not shown.

tests/snapshots/main.js.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Generated by [AVA](https://avajs.dev).
8989
"source": "source",␊
9090
"style": "style",␊
9191
"stylelint": "stylelint",␊
92+
"tap": "tap",␊
9293
"type": "type",␊
9394
"types": "types",␊
9495
"typings": "typings",␊
@@ -163,6 +164,7 @@ Generated by [AVA](https://avajs.dev).
163164
"jest": "jest",␊
164165
"mocha": "mocha",␊
165166
"nyc": "nyc",␊
167+
"tap": "tap",␊
166168
"resolutions": "resolutions",␊
167169
"dependencies": "dependencies",␊
168170
"devDependencies": "devDependencies",␊

tests/snapshots/main.js.snap

8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)