mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
Tests verify that: 1. Watch mode starts polling when a required module doesn't exist 2. Polling detects when the file is created and triggers reload 3. Works with both direct imports and relative paths in subdirectories Note: Tests verify the polling and reload trigger, but not the success output after reload since process restart (via bun.reloadProcess) creates a new process that can't be captured by the test harness. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>