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 43057f5 commit defa328Copy full SHA for defa328
packages/nuxt/test/builder.test.ts
@@ -16,7 +16,7 @@ describe('builder:watch', async () => {
16
await rm(tmpDir, { recursive: true, force: true })
17
})
18
const watcherStrategies = ['chokidar', 'chokidar-granular', 'parcel'] as const
19
- it.each(watcherStrategies)('should restart Nuxt when a file is added with %s strategy', async (watcher) => {
+ it.sequential.each(watcherStrategies)('should restart Nuxt when a file is added with %s strategy', async (watcher) => {
20
const rootDir = join(tmpDir, 'project')
21
const nuxt = await loadNuxt({
22
cwd: rootDir,
0 commit comments