Skip to content

Commit

Permalink
chore: Add test reporter for cli (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamashush authored Jan 16, 2023
1 parent e5cdc19 commit 81d3f51
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 @@ -9,7 +9,7 @@
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest --passWithNoTests --reporters=jest-junit --coverage",
"test": "jest --passWithNoTests --reporters=default --reporters=jest-junit --coverage",
"run": "node -r dotenv/config lib/app.js",
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
},
Expand Down

0 comments on commit 81d3f51

Please sign in to comment.