Created tests/verify-enable-tests.sh to verify that the ENABLE_TESTS
environment variable correctly controls test code inclusion:
- Production build (no ENABLE_TESTS): excludes test-content-script.js,
background.js has if (false) for test code
- Test build (ENABLE_TESTS=true): includes test-content-script.js,
background.js has if (true) for test code
Script verifies both scenarios and provides clear pass/fail output.
Verified: both production and test builds work as expected.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>