Skip to content

Commit defa328

Browse files
committed
test: ensure builder tests run sequentially
1 parent 43057f5 commit defa328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/test/builder.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('builder:watch', async () => {
1616
await rm(tmpDir, { recursive: true, force: true })
1717
})
1818
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) => {
19+
it.sequential.each(watcherStrategies)('should restart Nuxt when a file is added with %s strategy', async (watcher) => {
2020
const rootDir = join(tmpDir, 'project')
2121
const nuxt = await loadNuxt({
2222
cwd: rootDir,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy