Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Testing #5

Closed
3 tasks
saiichihashimoto opened this issue Feb 4, 2019 · 2 comments
Closed
3 tasks

Testing #5

saiichihashimoto opened this issue Feb 4, 2019 · 2 comments
Labels
enhancement New feature or request released

Comments

@saiichihashimoto
Copy link
Owner

create-react-app takes over all the good testing extensions (.spec.js and .test.js) and uses jest. What do I want to do on the server side?

  • Not jest
  • As close as possible to the same testing API
  • Different extensions?
    • Maybe the same extensions and have the caller configure which of the extensions is for browser testing vs server testing.
@saiichihashimoto saiichihashimoto added enhancement New feature or request question Further information is requested wontfix This will not be worked on labels Feb 4, 2019
@saiichihashimoto
Copy link
Owner Author

Jest's comment to set node is good enough:

/**
 * @jest-environment jsdom
 */

@saiichihashimoto saiichihashimoto removed the wontfix This will not be worked on label Feb 11, 2019
@saiichihashimoto saiichihashimoto removed the question Further information is requested label Feb 11, 2019
@saiichihashimoto
Copy link
Owner Author

🎉 This issue has been resolved in version 2.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request released
Projects
None yet
Development

No branches or pull requests

1 participant