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

chore: remove jest notifications #30

Merged
merged 2 commits into from
Apr 13, 2017
Merged

chore: remove jest notifications #30

merged 2 commits into from
Apr 13, 2017

Conversation

mthuret
Copy link
Contributor

@mthuret mthuret commented Apr 12, 2017

See: jestjs/jest#3177

On OSX and watch mode, if a test is failing, the terminal-notifier process stays open.

Copy link
Contributor

@Haroenv Haroenv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've never experienced this, and actually find the notifications useful, but if you experience the memory leak often, then we should disable it

package.json Outdated
@@ -119,12 +119,9 @@
"engines": {
"node": "^6.x.x || ^7.x.x"
},
"jest": {
"notify": true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about notify: false to remind us that we want to enable it again later?

See: jestjs/jest#3177

On OSX and watch mode, if a test is failing, the terminal-notifier process stays open.
@mthuret mthuret merged commit fb1eb6c into master Apr 13, 2017
@mthuret mthuret deleted the chore/remove-notify branch April 13, 2017 08:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants