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 1cf3e8a commit 9f9f5d5Copy full SHA for 9f9f5d5
src/index.ts
@@ -328,6 +328,7 @@ export default function solidPlugin(options: Partial<Options> = {}): Plugin {
328
329
const test = (userConfig as any).test || {};
330
331
+ // to simplify the processing of the config, we normalize the setupFiles to an array
332
const userSetupFiles: string[] =
333
typeof test.setupFiles === 'string' ? [test.setupFiles] : test.setupFiles || [];
334
0 commit comments