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 f66dd61 commit 9e7a15cCopy full SHA for 9e7a15c
test/helpers/configHelpers.ts
@@ -41,6 +41,8 @@ export async function initPayloadTest(options: Options): Promise<{ serverURL: st
41
initOptions.express = express();
42
}
43
44
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
45
+ // @ts-ignore - bad @swc/register types
46
swcRegister({
47
sourceMaps: 'inline',
48
jsc: {
0 commit comments