Skip to content

Commit 9e7a15c

Browse files
committed
chore: ts-ignore swcRegister in tests
1 parent f66dd61 commit 9e7a15c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/helpers/configHelpers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ export async function initPayloadTest(options: Options): Promise<{ serverURL: st
4141
initOptions.express = express();
4242
}
4343

44+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
45+
// @ts-ignore - bad @swc/register types
4446
swcRegister({
4547
sourceMaps: 'inline',
4648
jsc: {

0 commit comments

Comments
 (0)