Browse Source

Add jest-unit reporter

Jeremy Tuloup 5 years ago
parent
commit
b4485f2d89
2 changed files with 2 additions and 0 deletions
  1. 1 0
      package.json
  2. 1 0
      tests/jest.config.js

+ 1 - 0
package.json

@@ -62,6 +62,7 @@
     "chai": "^4.2.0",
     "husky": "^3.0.2",
     "jest": "^24.8.0",
+    "jest-junit": "^6.3.0",
     "lint-staged": "^9.2.1",
     "prettier": "^1.18.2",
     "rimraf": "~2.6.2",

+ 1 - 0
tests/jest.config.js

@@ -17,6 +17,7 @@ let local = {
 
 [
   'moduleNameMapper',
+  'reporters',
   'setupFilesAfterEnv',
   'setupFiles',
   'moduleFileExtensions'