-
Notifications
You must be signed in to change notification settings - Fork 289
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
No "exports" main defined in .../jest-puppeteer.json #528
Comments
I'm running into the same issue. I combine two Jest presets ( import esPreset from "es-jest/jest-preset.js";
import puppeteerPreset from "jest-puppeteer/jest-preset.js";
export default {
...puppeteerPreset,
...esPreset,
}; This now results in the following error:
You can see this error on the GitHub Actions build from Dependabot attempting to bump |
π Bug Report
Hi, I get an error when I try to import the presets.
To Reproduce
Steps to reproduce the behavior:
file: jest.preset.js
Do you know how I can solve my issue please, I feel like I am the only one with this issue
The text was updated successfully, but these errors were encountered: