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 b85199b commit e4fe8a9Copy full SHA for e4fe8a9
packages/plugin-eslint/src/lib/runner/lint.unit.test.ts
@@ -135,7 +135,7 @@ describe('lint', () => {
135
'--no-error-on-unmatched-pattern',
136
'--format=json',
137
expect.stringMatching(/--output-file=.*eslint-report\.\d+\.json/),
138
- "'**/*.js'", // wraps in quotes on Unix
+ expect.stringMatching(/^'?\*\*\/\*\.js'?$/),
139
],
140
ignoreExitCode: true,
141
cwd: '/test',
0 commit comments