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
see:
eslint/tests/lib/cli-engine.js
Lines 289 to 322 in c6e1d23
those lines are within describe("executeOnFiles()", ... they should be move to be within ``describe("executeOnText()", ...`
describe("executeOnFiles()", ...
The text was updated successfully, but these errors were encountered:
move executeOnText() tests to the correct describe block (fixes eslin…
4de763f
…t#2648)
e8d3758
8c41aae
Merge pull request #2649 from tikotzky/move-executeOnText-tests
bd57384
Update: move executeOnText() tests to the correct describe block (fixes #2648)
Successfully merging a pull request may close this issue.
see:
eslint/tests/lib/cli-engine.js
Lines 289 to 322 in c6e1d23
those lines are within
describe("executeOnFiles()", ...
they should be move to be within ``describe("executeOnText()", ...`
The text was updated successfully, but these errors were encountered: