Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
chore: remove jest notifications
Browse files Browse the repository at this point in the history
See: jestjs/jest#3177

On OSX and watch mode, if a test is failing, the terminal-notifier process stays open.
  • Loading branch information
mthuret committed Apr 12, 2017
1 parent 52a1212 commit 79e95a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,9 @@
"engines": {
"node": "^6.x.x || ^7.x.x"
},
"jest": {
"notify": true
},
"license": "MIT",
"author": {
"name": "Algolia, Inc.",
"url": "https://www.algolia.com"
}
}
}

0 comments on commit 79e95a1

Please sign in to comment.