1
0
forked from icd/rentgen
Jacek Wielemborek 655b3b01ff test: add verification script for ENABLE_TESTS mechanism
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>
2025-10-27 17:01:01 +00:00
..