Skip to content

Commit

Permalink
test: disable github test reporter (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Sep 5, 2023
1 parent b0fc75d commit fac4433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test": "npm run test:cli -- test",
"test:cli": "node --experimental-test-coverage --test",
"test:watch": "npm run test:cli -- --watch test",
"test:ci": "npm run test:cli -- --test-reporter node-test-github-reporter test"
"test:ci": "npm run test:cli -- test"
},
"devDependencies": {
"node-test-github-reporter": "^1.1.3"
Expand Down

0 comments on commit fac4433

Please sign in to comment.