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 a3070fe commit 29d6eabCopy full SHA for 29d6eab
test/index.spec.ts
@@ -200,7 +200,7 @@ test('#87: should not error if the project root has an older version of espree i
200
expect(stdout).toMatch(WHITESPACE_ONLY)
201
})
202
203
-test.only('#161: should warn and override the vue plugin if there are multiple versions of `eslint-plugin-vue` found in the config', async () => {
+test('#161: should warn and override the vue plugin if there are multiple versions of `eslint-plugin-vue` found in the config', async () => {
204
const { stderr } = await runLintAgainst('redefine-plugin-vue', FROM_FIXTURES)
205
expect(stderr).not.toMatch(`Cannot redefine plugin "vue"`)
206
expect(stderr).toMatch('Warning: Multiple instances of eslint-plugin-vue detected')
0 commit comments