vitest: Enable fileParallelism

This allows paralel file testing, speeding up the tests.
This commit is contained in:
regexowl 2024-07-30 11:10:15 +02:00 committed by Klara Simickova
parent 9707278d01
commit 68b7444b2f

View file

@ -15,7 +15,6 @@ const config = {
inline: ['vitest-canvas-mock', '@patternfly'], inline: ['vitest-canvas-mock', '@patternfly'],
}, },
}, },
fileParallelism: false,
testTimeout: 10000, testTimeout: 10000,
}, },
resolve: { resolve: {