AI Implementation feature(863): Challenges Page and Challenge Solve Modal (#45)

This commit was merged in pull request #45.
This commit is contained in:
2026-07-23 00:13:59 +00:00
parent dcda3dfd4d
commit 0bd1d9472a
40 changed files with 4710 additions and 130 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) => ({