Skip to content

Commit 9d2b530

Browse files
committed
chore: remove typescript warning
1 parent ae91456 commit 9d2b530

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/utils/helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ export function getManualEmitResult(
161161
pcl: ts.ParsedCommandLine,
162162
) {
163163
const { options: compilerOptions, fileNames } = pcl;
164-
// @ts-expect-error TS(2345) FIXME: Argument of type 'unknown' is not assignable to parameter of type 'TransformerExtras | undefined'.
165164
const transformer = tstpTransform(void 0, pluginConfig, { ts: tsInstance } as unknown, {
166165
compilerOptions,
167166
fileNames,

0 commit comments

Comments
 (0)