Skip to content

Commit 74eda59

Browse files
committed
chore(tests): remove .only from new tests
1 parent 288bb68 commit 74eda59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ describe("Basic tests", () => {
540540
})
541541

542542
describe("About fixtures/lang-ts", () => {
543-
it.only('Should parse lang="ts" blocks as script blocks', () => {
543+
it('Should parse lang="ts" blocks as script blocks', () => {
544544
const ast = parse(
545545
[
546546
"<template><div></div></template>",
@@ -551,7 +551,7 @@ describe("Basic tests", () => {
551551
)
552552
const body = ast
553553
})
554-
it.only('Should treat lang="ts" blocks as script tags', async () => {
554+
it('Should treat lang="ts" blocks as script tags', async () => {
555555
const cli = new ESLint({
556556
cwd: FIXTURE_DIR,
557557
overrideConfig: {

0 commit comments

Comments
 (0)