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

chore: update all packages and get 100% coverage #118

Merged
merged 1 commit into from
Jul 8, 2019

Conversation

kentcdodds
Copy link
Member

What:

This updates all the packages and gets us to 100% code coverage

Why:

Just routine maintenance as I prepare this for #115

How:

yarn upgrade-interactive --latest and manually fixing a few things

Note that before there was one jest config, and then the tests were run with --env jsdom for running the same tests in both DOM and Node environments. Now we're using projects so we can run all the tests in a single test run.

However this means trouble if you want to scope watch mode down to either node or DOM. So I added jest-watch-select-projects which allows you to hit the P key during watch mode and toggle on/off each of the projects so you can keep things scoped to the area where you're working.

Checklist:

  • Documentation N/A
  • Tests
  • Updated Type Definitions N/A
  • Ready to be merged
  • Added myself to contributors table

@kentcdodds kentcdodds merged commit 0d04699 into master Jul 8, 2019
@kentcdodds kentcdodds deleted the pr/update-all-things branch July 8, 2019 15:38
@gnapse
Copy link
Member

gnapse commented Jul 8, 2019

Thanks!

@gnapse
Copy link
Member

gnapse commented Jul 8, 2019

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants