Skip to content

Commit 29d6eab

Browse files
committed
test: remove .only
1 parent a3070fe commit 29d6eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ test('#87: should not error if the project root has an older version of espree i
200200
expect(stdout).toMatch(WHITESPACE_ONLY)
201201
})
202202

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 () => {
203+
test('#161: should warn and override the vue plugin if there are multiple versions of `eslint-plugin-vue` found in the config', async () => {
204204
const { stderr } = await runLintAgainst('redefine-plugin-vue', FROM_FIXTURES)
205205
expect(stderr).not.toMatch(`Cannot redefine plugin "vue"`)
206206
expect(stderr).toMatch('Warning: Multiple instances of eslint-plugin-vue detected')

0 commit comments

Comments
 (0)