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 3e032d0 commit 987c1f7Copy full SHA for 987c1f7
packages/eslint-plugin-mui-x/vitest.config.node.mts
@@ -3,5 +3,6 @@ import { defineConfig } from 'vitest/config';
3
export default defineConfig({
4
test: {
5
environment: 'node',
6
+ maxWorkers: 1,
7
},
8
});
0 commit comments