-
Notifications
You must be signed in to change notification settings - Fork 213
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
test: bump Synpress to v4 #2262
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -3,6 +3,7 @@ | |||
"version": "3.3.0", | |||
"license": "Apache-2.0", | |||
"private": true, | |||
"type": "module", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://docs.synpress.io/docs/getting-started#installation
Synpress is now an ESM-only package. Don’t use require() to import it, and make sure your nearest package.json contains "type": "module".
This is the reason why we change so many other files regarding .ts .cjs .js .mjs and the generation script commands, and the tsconfig files
Closes FS-1150