Skip to content

Commit 1d860a9

Browse files
committed
fix
1 parent e006308 commit 1d860a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/transformer/specific.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function transformedMatches(
7373

7474
describe(`Specific Tests`, () => {
7575
for (const { tsInstance, mode, tsSpecifier, label } of testConfigs) {
76-
test(`TypeScript ${label} - Mode: ${mode}`, () => {
76+
describe(`TypeScript ${label} - Mode: ${mode}`, () => {
7777
// @ts-expect-error TS(18046) FIXME: 'tsInstance' is of type 'unknown'.
7878
const tsVersion = +tsInstance.versionMajorMinor.split(".").slice(0, 2).join("");
7979
let normalEmit: EmittedFiles;

0 commit comments

Comments
 (0)