Skip to content

Commit

Permalink
Retry flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Mar 9, 2023
1 parent e48c321 commit d985838
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/cli/samples/watch/close-stdin/_config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
command: 'node wrapper.js main.js --watch --format es --file _actual/out.js',
description: 'closes the watcher when stdin closes'
description: 'closes the watcher when stdin closes',
retry: true,
command: 'node wrapper.js main.js --watch --format es --file _actual/out.js'
};

0 comments on commit d985838

Please sign in to comment.