diff --git a/src/index.ts b/src/index.ts index d8b4092..5fe4c1c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -325,7 +325,6 @@ export default function solidPlugin(options: Partial = {}): Plugin { ? { setupFiles: [require.resolve('@testing-library/jest-dom/extend-expect.js')] } : {}), deps: { registerNodeLoader: true }, - ...(userConfig as UserConfig & { test: Record }).test, }, } : {};