test: remove typescript declare from test suite type output
This commit is contained in:
@@ -162,6 +162,9 @@ export function buildConfigWithDefaults(testConfig?: Partial<Config>): Promise<S
|
||||
}),
|
||||
sharp,
|
||||
telemetry: false,
|
||||
typescript: {
|
||||
declare: false,
|
||||
},
|
||||
...testConfig,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user