Skip to content

Commit 4ed65ec

Browse files
committed
adding a @beta for now to have knip ignore this false positive
1 parent e1d1dda commit 4ed65ec

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

tests/config/test-antlr-format.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ async function testAntlrFormat(source, formatResult, filename, formatOptions) {
2424
}
2525
}
2626

27+
/** @beta */
2728
export { testAntlrFormat as run };

tests/config/test-ast-compare.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ async function testAstCompare(source, formatResult, filename, formatOptions) {
1818
}
1919
}
2020

21+
/** @beta */
2122
export { testAstCompare as run };

tests/config/test-bom.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ async function testBom(source, formatResult, _filename, formatOptions) {
1212
}
1313
}
1414

15+
/** @beta */
1516
export { testBom as run };

tests/config/test-bytecode-compare.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ const shouldCompareBytecode = (filename, options) => {
5151
return testFunction(options);
5252
};
5353

54+
/** @beta */
5455
export { testBytecodeCompare as run };

tests/config/test-second-format.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ async function testSecondFormat(source, formatResult, filename, formatOptions) {
2424
}
2525
}
2626

27+
/** @beta */
2728
export { testSecondFormat as run };

tests/config/test-variant-coverage.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ async function testVariantCoverage(
1717
}
1818
}
1919

20+
/** @beta */
2021
export { testVariantCoverage as run };

0 commit comments

Comments
 (0)