Skip to content

Commit

Permalink
no wait
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Dec 14, 2024
1 parent 1f94732 commit 0adcb05
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 @@ -405,5 +405,5 @@ Scenarios.fromProject(() => baseV2Addon())
});

function aBit(ms: number) {
return new Promise(resolve => setTimeout(resolve, ms));
return new Promise(resolve => setTimeout(resolve, ms * 0));
}

0 comments on commit 0adcb05

Please sign in to comment.