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 13, 2017
1 parent 52a1212 commit 3f86fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,11 @@
"node": "^6.x.x || ^7.x.x"
},
"jest": {
"notify": true
"notify": false
},
"license": "MIT",
"author": {
"name": "Algolia, Inc.",
"url": "https://www.algolia.com"
}
}
}

0 comments on commit 3f86fe7

Please sign in to comment.