test: remove typescript declare from test suite type output

This commit is contained in:
Elliot DeNolf
2024-03-16 06:45:32 -04:00
parent 8e9192181d
commit ae6c4b2ddf

View File

@@ -162,6 +162,9 @@ export function buildConfigWithDefaults(testConfig?: Partial<Config>): Promise<S
}),
sharp,
telemetry: false,
typescript: {
declare: false,
},
...testConfig,
}