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 e006308 commit 1d860a9Copy full SHA for 1d860a9
test/tests/transformer/specific.test.ts
@@ -73,7 +73,7 @@ function transformedMatches(
73
74
describe(`Specific Tests`, () => {
75
for (const { tsInstance, mode, tsSpecifier, label } of testConfigs) {
76
- test(`TypeScript ${label} - Mode: ${mode}`, () => {
+ describe(`TypeScript ${label} - Mode: ${mode}`, () => {
77
// @ts-expect-error TS(18046) FIXME: 'tsInstance' is of type 'unknown'.
78
const tsVersion = +tsInstance.versionMajorMinor.split(".").slice(0, 2).join("");
79
let normalEmit: EmittedFiles;
0 commit comments