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
I tried to install jest-puppeteer on Webamp and their docs advised me to add
{
"preset": "jest-puppeteer"
}
to my "Jest Config".
Since I wanted these slow integration tests to be run separately from my normal tests, I created a new project for my integration tests. Unfortunately this did now work, since this preset contains some global configs:
🐛 Bug Report
I tried to install jest-puppeteer on Webamp and their docs advised me to add
to my "Jest Config".
Since I wanted these slow integration tests to be run separately from my normal tests, I created a new project for my integration tests. Unfortunately this did now work, since this preset contains some global configs:
After adding the two global values to my root config, things seemed to work fine.
I'm not sure what the right solution is here:
@SimenB
The text was updated successfully, but these errors were encountered: