Skip to content

Commit

Permalink
test: add jest-spec-reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
warmhug committed Jun 12, 2018
1 parent a5ebd05 commit 460861a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@ module.exports = {
],
transformIgnorePatterns,
testEnvironment: 'jsdom',
reporters: [
'default',
'jest-spec-reporter'
],
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"eslint-tinker": "~0.4.1",
"glob": "^7.1.1",
"jest": "^21.0.0",
"jest-spec-reporter": "^1.0.3",
"jsonml.js": "^0.1.0",
"lesshint": "^4.0.2",
"lint-staged": "^7.0.0",
Expand Down

0 comments on commit 460861a

Please sign in to comment.