-
Notifications
You must be signed in to change notification settings - Fork 6
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
Problem walking parsed TS spec code #8
Comments
Only happens when trying to walk TS like this
|
Narretz
added a commit
to Narretz/find-test-names
that referenced
this issue
Dec 19, 2021
Ignore nodes that acorn-walk doesn't support. This should not affect the extraction, because test suites are built only from CallExpressions. Fixes bahmutov#8
Narretz
added a commit
to Narretz/find-test-names
that referenced
this issue
Dec 19, 2021
Ignore nodes that acorn-walk doesn't support. This should not affect the extraction, because test suites are built only from CallExpressions. Fixes bahmutov#8
bahmutov
pushed a commit
that referenced
this issue
Dec 19, 2021
* fix: improve typescript parsing Ignore nodes that acorn-walk doesn't support. This should not affect the extraction, because test suites are built only from CallExpressions. Fixes #8 * test: it inside ts class method with modifier
🎉 This issue has been resolved in version 1.3.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to test in cypress-io/cypress-grep#95 and getting
The text was updated successfully, but these errors were encountered: