Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: migrate to use jest-watcher #6

Merged
merged 2 commits into from
May 31, 2018
Merged

fix: migrate to use jest-watcher #6

merged 2 commits into from
May 31, 2018

Conversation

SimenB
Copy link
Member

@SimenB SimenB commented May 30, 2018

Closes #3

There's a high chance we can expose even more useful stuff from jest-watcher. This is a start, though.

Not sure what to do about tests - I tested in a project, and it seems to work fine. Would be itneresting to see if we can generically build something that can be distributed with jest to test watch plugins.

@SimenB SimenB requested a review from rogeliog May 30, 2018 20:11
@@ -5,7 +5,7 @@
{
"useBuiltIns": true,
"targets": {
"node": "4"
"node": "6"
Copy link
Member Author

Choose a reason for hiding this comment

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

had to bump this to make extends work.

Jest only support node 6 anyways

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants