Skip to content

Commit c9d5748

Browse files
committed
Fix: remove '.only'
1 parent 51a4bab commit c9d5748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parser-options.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const parseForESLint = require("..").parseForESLint
1010
const eslint = require("./fixtures/eslint")
1111
const Linter = eslint.Linter
1212

13-
describe.only("parserOptions", () => {
13+
describe("parserOptions", () => {
1414
describe("parser", () => {
1515
const linter = new Linter()
1616
linter.defineParser("vue-eslint-parser", { parseForESLint })

0 commit comments

Comments
 (0)