mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
test(logger): enhance logger tests with mocked environment variables * Added mock for getDesktopEnv to simulate various NODE_ENV and DEBUG_VERBOSE states. * Updated logger tests to utilize the mocked environment for consistent behavior across different log levels. * Ensured that logger methods correctly handle production and development environments. Signed-off-by: Innei <tukon479@gmail.com>