Skip to content

Commit

Permalink
Make test a little more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 28, 2021
1 parent 79dd81f commit d2d3213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/cli/samples/watch/watch-config-early-update/_config.js
Expand Up @@ -4,6 +4,7 @@ const path = require('path');
let configFile;

module.exports = {
solo: true,
description: 'immediately reloads the config file if a change happens while it is parsed',
command: 'rollup -cw',
before() {
Expand All @@ -23,7 +24,7 @@ module.exports = {
format: 'es'
}
}),
500
1000
);
});
`
Expand Down

0 comments on commit d2d3213

Please sign in to comment.