fix(daemon): flaky file-watcher test #149
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The test 'does NOT emit workflow change for nerve.yaml' in file-watcher-workflow.test.ts is flaky. fs.watch on macOS sometimes coalesces events across files, causing a spurious workflow change event. Skipped with it.skip() in the nerve-remote PR. Needs investigation into platform-specific fs.watch behavior.