You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for src/components/EveryMonth/EveryMonth.test.js: Jest encountered an unexpected token - looks like code is not getting downcompiled to node-compatible environment properly
for docs/every-month/test.js: ReferenceError: window is not defined - looks like code isn't formatted to work serverside either
Library still uses @testing-library/react despite the app using Preact
Suggestion: along with just making it work I'd also like to switch over to ava as well since its generally a simpler to configure and use tool that does what we need to do.
The text was updated successfully, but these errors were encountered:
We should get them to run. Some issues:
src/components/EveryMonth/EveryMonth.test.js
:Jest encountered an unexpected token
- looks like code is not getting downcompiled to node-compatible environment properlydocs/every-month/test.js
:ReferenceError: window is not defined
- looks like code isn't formatted to work serverside either@testing-library/react
despite the app using PreactSuggestion: along with just making it work I'd also like to switch over to
ava
as well since its generally a simpler to configure and use tool that does what we need to do.The text was updated successfully, but these errors were encountered: