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.
1 parent 2d0ba8a commit 75e0aafCopy full SHA for 75e0aaf
integrationTests/__snapshots__/custom-parser.test.js.snap
@@ -37,10 +37,10 @@ Ran all test suites.
37
`;
38
39
exports[`Doesn't override parser when not set [ESLint=7] 1`] = `
40
-"FAIL integrationTests/__fixtures__/custom-parser/__eslint__/file.js
+"FAIL __eslint__/file.js
41
● Test suite failed to run
42
43
- Failed to load parser 'this-parser-does-not-exist' declared in 'integrationTests/__fixtures__/custom-parser/.eslintrc.json': Cannot find module 'this-parser-does-not-exist'
+ Failed to load parser 'this-parser-does-not-exist' declared in '.eslintrc.json': Cannot find module 'this-parser-does-not-exist'
44
Require stack:
45
- /mocked-path-to-jest-runner-mocha/integrationTests/__fixtures__/custom-parser/.eslintrc.json
46
0 commit comments