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
{{ message }}
This repository was archived by the owner on Dec 30, 2021. It is now read-only.
Ah, great catch. Until Jest works with ESM, we'll need to add a babel plugin for Jest that converts import meta into {env: process.env} in a way that matches Snowpack's env object.
I use
@snowpack/app-template-react-typescript
template and@snowpack/plugin-dotenv
for.env
file load.It works in
npm start
, but when I try to run test I got following error:how I can fix it?
The text was updated successfully, but these errors were encountered: