chore: ts-ignore swcRegister in tests

This commit is contained in:
Elliot DeNolf
2023-01-18 12:26:24 -05:00
parent f66dd613e3
commit 9e7a15c1be

View File

@@ -41,6 +41,8 @@ export async function initPayloadTest(options: Options): Promise<{ serverURL: st
initOptions.express = express();
}
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - bad @swc/register types
swcRegister({
sourceMaps: 'inline',
jsc: {