feat: Challenges Page and Challenge Solve Modal

This commit is contained in:
OpenVelo Agent
2026-07-23 00:13:57 +00:00
parent 77d31e0ee1
commit cb88b21462
32 changed files with 4134 additions and 119 deletions
+5
View File
@@ -1,3 +1,8 @@
// Required so Angular's `HttpRequest`/`HttpResponse` (used in unit
// tests of HttpInterceptorFn logic) can be instantiated in tests without
// pre-compiled metadata.
import '@angular/compiler';
Object.defineProperty(window, 'matchMedia', {
writable: true,
value: jest.fn().mockImplementation((query) => ({