We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1f3e3 commit 4756e27Copy full SHA for 4756e27
package.json
@@ -20,9 +20,9 @@
20
"license": "MIT",
21
"scripts": {
22
"lint": "eslint '**/*.js' --fix",
23
- "test": "c8 tap",
24
- "test:cov": "c8 --reporter=html --reporter=text tap",
25
- "test:ci": "c8 --reporter=lcovonly tap"
+ "test": "GIT_CONFIG_GLOBAL=test/.gitconfig c8 tap",
+ "test:cov": "GIT_CONFIG_GLOBAL=test/.gitconfig c8 --reporter=html --reporter=text tap",
+ "test:ci": "GIT_CONFIG_GLOBAL=test/.gitconfig c8 --reporter=lcovonly tap"
26
},
27
"engines": {
28
"node": ">=20"
test/.gitconfig
@@ -0,0 +1,2 @@
1
+[init]
2
+ defaultBranch = master
0 commit comments