Skip to content

Commit 723d09c

Browse files
committed
passing knip
1 parent e141827 commit 723d09c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tests/config/run-test.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ async function runTest({
6666
}
6767
await Promise.all(
6868
[
69-
testAntlrFormat,
70-
testVariantCoverage,
71-
testSecondFormat,
72-
testAstCompare,
73-
testBom,
74-
testBytecodeCompare,
69+
testAntlrFormat.run,
70+
testVariantCoverage.run,
71+
testSecondFormat.run,
72+
testAstCompare.run,
73+
testBom.run,
74+
testBytecodeCompare.run,
7575
]
76-
.map((test) => test.run(code, formatResult, filename, formatOptions))
76+
.map((run) => run(code, formatResult, filename, formatOptions))
7777
.join(
7878
["\r\n", "\r"].map((eol) =>
7979
testEndOfLine.run(code, formatResult, filename, formatOptions, eol),

0 commit comments

Comments
 (0)