Skip to content

Commit

Permalink
chore: explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikorin committed Jan 18, 2024
1 parent 1cf3e8a commit 9f9f5d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ export default function solidPlugin(options: Partial<Options> = {}): Plugin {

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

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

Expand Down

0 comments on commit 9f9f5d5

Please sign in to comment.