Skip to content

Commit

Permalink
remove registerNodeLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Dec 6, 2023
1 parent 3fa0dd2 commit f462d1b
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 @@ -335,7 +335,6 @@ export default function solidPlugin(options: Partial<Options> = {}): Plugin {
...(isJestDomInstalled()
? { setupFiles: [require.resolve('@testing-library/jest-dom/extend-expect.js')] }
: {}),
deps: { registerNodeLoader: true },
},
}
: {};
Expand Down

0 comments on commit f462d1b

Please sign in to comment.