Skip to content

Commit

Permalink
fix: PictureModal Test
Browse files Browse the repository at this point in the history
  • Loading branch information
StegSchreck committed Feb 3, 2024
1 parent 3515d10 commit 4cee514
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: node:18 # change to match your node version
image: node:20 # change to match your node version

cache:
paths:
Expand Down
1 change: 0 additions & 1 deletion src/app/picture-modal/picture-modal.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
import { BrowserDynamicTestingModule } from '@angular/platform-browser-dynamic/testing';

import { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material/dialog';
import { MaterialModule } from '../material/material.module';
Expand Down

0 comments on commit 4cee514

Please sign in to comment.