Skip to content

chore(deps)(deps): bump the angular-packages group across 1 directory with 12 updates #11

chore(deps)(deps): bump the angular-packages group across 1 directory with 12 updates

chore(deps)(deps): bump the angular-packages group across 1 directory with 12 updates #11

Status Failure
Total duration 1m 22s
Artifacts

frontend-ci.yml

on: pull_request
Build Production Bundle
0s
Build Production Bundle
Build and Push Docker Image
0s
Build and Push Docker Image
Fit to window
Zoom out
Zoom in

Annotations

10 errors
src/app/core/services/video.service.spec.ts > VideoService > uploadVideo > should upload video with correct FormData: Frontend/podium-frontend/src/app/core/services/video.service.spec.ts#L23
TypeError: Cannot read properties of undefined (reading 'verify') ❯ src/app/core/services/video.service.spec.ts:23:14 ❯ new ZoneAwarePromise node_modules/zone.js/fesm2015/zone.js:2221:23
src/app/core/services/video.service.spec.ts > VideoService > uploadVideo > should upload video with correct FormData: Frontend/podium-frontend/src/app/core/services/video.service.spec.ts#L12
Error: Cannot configure the test module when the test module has already been instantiated. Make sure you are not using `inject` before `TestBed.configureTestingModule`. ❯ TestBedImpl.assertNotInstantiated node_modules/@angular/core/fesm2022/testing.mjs:1498:13 ❯ TestBedImpl.configureTestingModule node_modules/@angular/core/fesm2022/testing.mjs:1390:10 ❯ Function.configureTestingModule node_modules/@angular/core/fesm2022/testing.mjs:1273:33 ❯ src/app/core/services/video.service.spec.ts:12:13 ❯ new ZoneAwarePromise node_modules/zone.js/fesm2015/zone.js:2221:23
src/app/core/services/video.service.spec.ts > VideoService > getVideos > should handle error when fetching videos: Frontend/podium-frontend/src/app/core/services/video.service.spec.ts#L23
TypeError: Cannot read properties of undefined (reading 'verify') ❯ src/app/core/services/video.service.spec.ts:23:14 ❯ new ZoneAwarePromise node_modules/zone.js/fesm2015/zone.js:2221:23
src/app/core/services/video.service.spec.ts > VideoService > getVideos > should handle error when fetching videos: Frontend/podium-frontend/src/app/core/services/video.service.spec.ts#L12
Error: Cannot configure the test module when the test module has already been instantiated. Make sure you are not using `inject` before `TestBed.configureTestingModule`. ❯ TestBedImpl.assertNotInstantiated node_modules/@angular/core/fesm2022/testing.mjs:1498:13 ❯ TestBedImpl.configureTestingModule node_modules/@angular/core/fesm2022/testing.mjs:1390:10 ❯ Function.configureTestingModule node_modules/@angular/core/fesm2022/testing.mjs:1273:33 ❯ src/app/core/services/video.service.spec.ts:12:13 ❯ new ZoneAwarePromise node_modules/zone.js/fesm2015/zone.js:2221:23
src/app/core/services/video.service.spec.ts > VideoService > getVideos > should handle empty video list: Frontend/podium-frontend/src/app/core/services/video.service.spec.ts#L23
TypeError: Cannot read properties of undefined (reading 'verify') ❯ src/app/core/services/video.service.spec.ts:23:14 ❯ new ZoneAwarePromise node_modules/zone.js/fesm2015/zone.js:2221:23
src/app/core/services/video.service.spec.ts > VideoService > getVideos > should handle empty video list: Frontend/podium-frontend/src/app/core/services/video.service.spec.ts#L12
Error: Cannot configure the test module when the test module has already been instantiated. Make sure you are not using `inject` before `TestBed.configureTestingModule`. ❯ TestBedImpl.assertNotInstantiated node_modules/@angular/core/fesm2022/testing.mjs:1498:13 ❯ TestBedImpl.configureTestingModule node_modules/@angular/core/fesm2022/testing.mjs:1390:10 ❯ Function.configureTestingModule node_modules/@angular/core/fesm2022/testing.mjs:1273:33 ❯ src/app/core/services/video.service.spec.ts:12:13 ❯ new ZoneAwarePromise node_modules/zone.js/fesm2015/zone.js:2221:23
src/app/core/services/video.service.spec.ts > VideoService > getVideos > should return videos for a student: Frontend/podium-frontend/src/app/core/services/video.service.spec.ts#L23
TypeError: Cannot read properties of undefined (reading 'verify') ❯ src/app/core/services/video.service.spec.ts:23:14 ❯ new ZoneAwarePromise node_modules/zone.js/fesm2015/zone.js:2221:23
src/app/core/services/video.service.spec.ts > VideoService > getVideos > should return videos for a student: Frontend/podium-frontend/src/app/core/services/video.service.spec.ts#L17
Error: NG0202: This constructor is not compatible with Angular Dependency Injection because its dependency at index 0 of the parameter list is invalid. This can happen if the dependency type is a primitive like a string or if an ancestor of this class is missing an Angular decorator. Please check that 1) the type for the parameter at index 0 is correct and 2) the correct Angular decorators are defined for this class and its ancestors. ❯ ɵɵinvalidFactoryDep node_modules/@angular/core/fesm2022/_untracked-chunk.mjs:685:9 ❯ Object.VideoService_Factory [as factory] ng:/VideoService/ɵfac.js:5:56 ❯ node_modules/@angular/core/fesm2022/_untracked-chunk.mjs:1311:35 ❯ runInInjectorProfilerContext node_modules/@angular/core/fesm2022/_untracked-chunk.mjs:442:5 ❯ R3Injector.hydrate node_modules/@angular/core/fesm2022/_untracked-chunk.mjs:1309:11 ❯ R3Injector.get node_modules/@angular/core/fesm2022/_untracked-chunk.mjs:1201:23 ❯ TestBedImpl.inject node_modules/@angular/core/fesm2022/testing.mjs:1413:48 ❯ Function.inject node_modules/@angular/core/fesm2022/testing.mjs:1300:33 ❯ src/app/core/services/video.service.spec.ts:17:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 202 }
src/app/app.spec.ts > App > should render title: Frontend/podium-frontend/src/app/app.spec.ts#L6
TypeError: Cannot read properties of undefined (reading 'hasOwnProperty') ❯ hasNgModuleDef node_modules/@angular/core/fesm2022/testing.mjs:1157:16 ❯ queueTypesFromModulesArrayRecur node_modules/@angular/core/fesm2022/testing.mjs:914:20 ❯ TestBedCompiler.queueTypesFromModulesArray node_modules/@angular/core/fesm2022/testing.mjs:943:5 ❯ TestBedCompiler.configureTestingModule node_modules/@angular/core/fesm2022/testing.mjs:567:12 ❯ TestBedImpl.configureTestingModule node_modules/@angular/core/fesm2022/testing.mjs:1402:19 ❯ Function.configureTestingModule node_modules/@angular/core/fesm2022/testing.mjs:1273:33 ❯ src/app/app.spec.ts:6:19 ❯ new ZoneAwarePromise node_modules/zone.js/fesm2015/zone.js:2221:23
src/app/app.spec.ts > App > should create the app: Frontend/podium-frontend/src/app/app.spec.ts#L6
TypeError: Cannot read properties of undefined (reading 'hasOwnProperty') ❯ hasNgModuleDef node_modules/@angular/core/fesm2022/testing.mjs:1157:16 ❯ queueTypesFromModulesArrayRecur node_modules/@angular/core/fesm2022/testing.mjs:914:20 ❯ TestBedCompiler.queueTypesFromModulesArray node_modules/@angular/core/fesm2022/testing.mjs:943:5 ❯ TestBedCompiler.configureTestingModule node_modules/@angular/core/fesm2022/testing.mjs:567:12 ❯ TestBedImpl.configureTestingModule node_modules/@angular/core/fesm2022/testing.mjs:1402:19 ❯ Function.configureTestingModule node_modules/@angular/core/fesm2022/testing.mjs:1273:33 ❯ src/app/app.spec.ts:6:19 ❯ new ZoneAwarePromise node_modules/zone.js/fesm2015/zone.js:2221:23