Skip to content
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

spec.ts error Debug Failure. False expression: Expected fileName to be present in command line #8

Open
bahmutov opened this issue Oct 14, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@bahmutov
Copy link
Owner

Oops...we found an error preparing this test file:

  cypress/integration/spec.ts

The error was:

Error: Could not load /Users/gleb/git/svelte-ts-example/cypress/integration/spec.ts: Debug Failure. False expression: Expected fileName to be present in command line

This occurred while Cypress was compiling and bundling your test code. This is usually caused by:

- A missing file or dependency
- A syntax error in the file or one of its dependencies

Fix the error in your code and re-run your tests.

Cypress v5.3.0

To see

npm install
npm run build
npm run test:local
@bahmutov bahmutov added the bug Something isn't working label Oct 14, 2020
@bahmutov
Copy link
Owner Author

Same in Cypress v4.12.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant