We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56324ff commit af01277Copy full SHA for af01277
1 file changed
packages/shared-components/vitest.config.ts
@@ -123,8 +123,7 @@ export default defineConfig({
123
},
124
{
125
extends: true,
126
- // as any is workaround for https://github.com/davidmyersdev/vite-plugin-node-polyfills/issues/150
127
- plugins: [nodePolyfills({ include: ["util"], globals: { global: false } }) as any],
+ plugins: [nodePolyfills({ include: ["util"], globals: { global: false } })],
128
test: {
129
name: "unit",
130
browser: {
0 commit comments