Skip to content

Commit

Permalink
Merge pull request #101 from AriPerkkio/fix/duplicated-config-test
Browse files Browse the repository at this point in the history
fix: prevent duplicating `config.test` entries
  • Loading branch information
ryansolid authored Oct 10, 2023
2 parents 7d0c5de + dc23d55 commit 6393a99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ export default function solidPlugin(options: Partial<Options> = {}): Plugin {
? { setupFiles: [require.resolve('@testing-library/jest-dom/extend-expect.js')] }
: {}),
deps: { registerNodeLoader: true },
...(userConfig as UserConfig & { test: Record<string, any> }).test,
},
}
: {};
Expand Down

0 comments on commit 6393a99

Please sign in to comment.