We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcae5e commit 21100b4Copy full SHA for 21100b4
.borp.yaml
@@ -0,0 +1,2 @@
1
+files:
2
+ - 'test/**/*.test.js'
package.json
@@ -9,7 +9,8 @@
9
"lint": "eslint",
10
"lint:fix": "eslint --fix",
11
"test": "npm run test:unit && npm run test:typescript",
12
- "test:unit": "tap",
+ "test:unit": "borp --reporter=@jsumners/line-reporter",
13
+ "test:coverage": "c8 borp --reporter=@jsumners/line-reporter",
14
"test:typescript": "tsc --project ./test/types/tsconfig.json"
15
},
16
"precommit": [
@@ -63,7 +64,10 @@
63
64
],
65
"devDependencies": {
66
"@fastify/pre-commit": "^2.1.0",
67
+ "@jsumners/line-reporter": "^1.0.1",
68
"@types/node": "^22.0.0",
69
+ "borp": "^0.19.0",
70
+ "c8": "^10.1.3",
71
"eslint": "^9.17.0",
72
"neostandard": "^0.12.0",
73
"tap": "^18.7.1",
0 commit comments