Skip to content

Commit 53529f7

Browse files
committed
fix testcase
1 parent eb33411 commit 53529f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: tests/src/parser/typescript/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ describe("Check for typescript analyze result.", () => {
1313
config,
1414
meetRequirements,
1515
} of listupFixtures()) {
16+
if (!meetRequirements("parse")) {
17+
return;
18+
}
1619
if (!input.includes('lang="ts"')) {
1720
continue;
1821
}

0 commit comments

Comments
 (0)