Skip to content

Commit

Permalink
Update v2-addon-dev-watch-test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Dec 14, 2024
1 parent 057bb42 commit 25a3328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/v2-addon-dev-watch-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Scenarios.fromProject(() => baseV2Addon())

await fs.rm(srcPathOther);
await watcher?.nextBuild();
await new Promise((resolve) => setTimeout(resolve, 50));
await new Promise(resolve => setTimeout(resolve, 50));
assert.strictEqual(
existsSync(distAppReExportPathOther),
false,
Expand Down

0 comments on commit 25a3328

Please sign in to comment.