Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Repro
code .
Jest Test Current eslint-plugin Rule
Expected Result
That rule's .test.ts file should be debugged.
.test.ts
Actual Result
On Windows, this does not happen.
Additional Info
Reverting the change in #432 fixes it 😄. This is a similar issue to #195.
Versions
@typescript-eslint/eslint-plugin
@typescript-eslint/parser
TypeScript
ESLint
node
12.0.0
npm
6.9.0
The text was updated successfully, but these errors were encountered:
This seems to be an issue not only for eslint-plugin but also for other configurations
Jest Test Current eslint-plugin-internal Rule
you should try changing;
- // needs the '' around it so that the () are properly handled - "'tests/(.+/)?${fileBasenameNoExtension}'" + "${fileBasename}"
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Repro
code .
in the root repository directory on a Windows 10 computerJest Test Current eslint-plugin Rule
Expected Result
That rule's
.test.ts
file should be debugged.Actual Result
On Windows, this does not happen.
Additional Info
Reverting the change in #432 fixes it 😄. This is a similar issue to #195.
Versions
@typescript-eslint/eslint-plugin
@typescript-eslint/parser
TypeScript
ESLint
node
12.0.0
npm
6.9.0
The text was updated successfully, but these errors were encountered: