Skip to content

Commit 9f9f5d5

Browse files
committed
chore: explanation
1 parent 1cf3e8a commit 9f9f5d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ export default function solidPlugin(options: Partial<Options> = {}): Plugin {
328328

329329
const test = (userConfig as any).test || {};
330330

331+
// to simplify the processing of the config, we normalize the setupFiles to an array
331332
const userSetupFiles: string[] =
332333
typeof test.setupFiles === 'string' ? [test.setupFiles] : test.setupFiles || [];
333334

0 commit comments

Comments
 (0)