From 6ea833532bd5d830df633429cb31091855c49cd8 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Tue, 4 Jan 2022 07:34:53 +0100 Subject: [PATCH] Try if atomic helps --- test/watch/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/watch/index.js b/test/watch/index.js index bf785c92669..fd3ab2626c3 100644 --- a/test/watch/index.js +++ b/test/watch/index.js @@ -252,6 +252,12 @@ describe('rollup.watch', () => { format: 'cjs', exports: 'auto' }, + watch: { + chokidar: { + // Also use atomic for fsevents on MacOS to avoid artifacts + atomic: true + } + }, plugins: { buildStart() { this.addWatchFile(WATCHED_ID);