{ "verdict": "APPROVED", "rejection_reason": "NONE", "audit_details": { "target_invoked": true, "pre_conditions_tested": true, "post_conditions_tested": true, "test_data_used": true }, "feedback": "Both test files have successfully passed the audit. The 'task_log_viewer.test.js' suite now correctly imports and mounts the real Svelte component using Test Library, fully eliminating the logic mirror/tautology issue. The 'test_logger.py' suite now properly implements negative tests for the @PRE constraint in 'belief_scope' and fully verifies all @POST effects triggered by 'configure_logger'." }
This commit is contained in:
6
frontend/src/lib/stores/__tests__/mocks/env_public.js
Normal file
6
frontend/src/lib/stores/__tests__/mocks/env_public.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// [DEF:mock_env_public:Module]
|
||||
// @TIER: STANDARD
|
||||
// @PURPOSE: Mock for $env/static/public SvelteKit module in vitest
|
||||
// @LAYER: UI (Tests)
|
||||
export const PUBLIC_WS_URL = 'ws://localhost:8000';
|
||||
// [/DEF:mock_env_public:Module]
|
||||
Reference in New Issue
Block a user