Thanks to visit codestin.com Credit goes to github.com
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 288bb68 commit 74eda59Copy full SHA for 74eda59
test/index.js
@@ -540,7 +540,7 @@ describe("Basic tests", () => {
540
})
541
542
describe("About fixtures/lang-ts", () => {
543
- it.only('Should parse lang="ts" blocks as script blocks', () => {
+ it('Should parse lang="ts" blocks as script blocks', () => {
544
const ast = parse(
545
[
546
"<template><div></div></template>",
@@ -551,7 +551,7 @@ describe("Basic tests", () => {
551
)
552
const body = ast
553
554
- it.only('Should treat lang="ts" blocks as script tags', async () => {
+ it('Should treat lang="ts" blocks as script tags', async () => {
555
const cli = new ESLint({
556
cwd: FIXTURE_DIR,
557
overrideConfig: {
0 commit comments