Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Dec 23, 2024
1 parent c485dc1 commit cb75cb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions frontend/src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ import { Routes } from "@angular/router";
import { OverviewComponent } from "./components/overview/overview.component";
import { ObjectiveDetailComponent } from "./components/objective-detail/objective-detail.component";
import { CommonModule } from "@angular/common";
import * as de from "../assets/i18n/de.json";
import { MatSidenavModule } from "@angular/material/sidenav";
import { NoopAnimationsModule } from "@angular/platform-browser/animations";
import { Routes } from "@angular/router";
import { OverviewComponent } from "./components/overview/overview.component";
import { ObjectiveDetailComponent } from "./components/objective-detail/objective-detail.component";
import { CommonModule } from "@angular/common";

const oauthServiceMock = {};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import { provideRouter } from "@angular/router";
import { provideHttpClient } from "@angular/common/http";
import { DialogTemplateCoreComponent } from "../../shared/custom/dialog-template-core/dialog-template-core.component";
import { MatDividerModule } from "@angular/material/divider";
import { AddEditTeamDialogComponent } from "./add-edit-team-dialog.component";

const dialogRefMock = {
close: jest.fn()
Expand Down

0 comments on commit cb75cb5

Please sign in to comment.