We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cypress run
__cypress__
src/*
nextjs
expect
jest
src/**/__tests__/*
cypress/integration/api/probe-status.spec.ts(8,1): error TS1208: 'probe-status.spec.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
cypress
The text was updated successfully, but these errors were encountered:
natterstefan
Successfully merging a pull request may close this issue.
TASK
Open Tasks
cypress run
cypress-io/cypress#2024 (comment)__cypress__
insrc/*
?nextjs
setupMerged PR
expect
is derived fromjest
's types insrc/**/__tests__/*
=> resolved with 8d7488ccypress/integration/api/probe-status.spec.ts(8,1): error TS1208: 'probe-status.spec.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
==> resolved 8d7488c#diff-7c73a5b98f30e40574b7149a83a19e335c5ee48b8c9c58e4e6cbfe6a07777037R13noteworthy commits
jest
'sexpect
next tocypress
`sLinks
The text was updated successfully, but these errors were encountered: