Skip to content

Commit ec20f05

Browse files
chore: remove test reporter
1 parent b0c8454 commit ec20f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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": {

0 commit comments

Comments
 (0)