Skip to content

Commit 8834a65

Browse files
chore: remove test reporter
1 parent b0c8454 commit 8834a65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint",
1010
"lint:fix": "eslint --fix",
1111
"lint:typescript": "npm run lint:fix - --parser @typescript-eslint/parser --plugin typescript \"test/types/*.ts\"",
12-
"test": "npm run lint && borp -C --check-coverage --reporter=@jsumners/line-reporter && npm run typescript",
12+
"test": "npm run lint && borp -C --check-coverage && npm run typescript",
1313
"typescript": "tsd"
1414
},
1515
"repository": {
@@ -58,7 +58,6 @@
5858
],
5959
"devDependencies": {
6060
"@fastify/websocket": "^11.2.0",
61-
"@jsumners/line-reporter": "^1.0.1",
6261
"@types/node": "^24.10.1",
6362
"@types/ws": "^8.18.1",
6463
"borp": "^0.21.0",

0 commit comments

Comments
 (0)