Skip to content

Commit

Permalink
Add build delay for plugin event test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jan 4, 2022
1 parent 2fea0d7 commit 2b41a5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/watch/index.js
Expand Up @@ -250,6 +250,9 @@ describe('rollup.watch', () => {
format: 'cjs',
exports: 'auto'
},
watch: {
buildDelay: 300
},
plugins: {
buildStart() {
this.addWatchFile(WATCHED_ID);
Expand Down

0 comments on commit 2b41a5d

Please sign in to comment.