Skip to content

Commit

Permalink
refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Marov committed Mar 21, 2024
1 parent 7db013b commit 2f296a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ChangeDetectionStrategy, Component } from "@angular/core";
import { ComponentFixture, TestBed } from "@angular/core/testing";
import { NoopAnimationsModule } from "@angular/platform-browser/animations";
import { RouterTestingModule } from "@angular/router/testing";
import { RouterModule } from "@angular/router";
import { AppComponent } from "@/app.component";
import {
LANGUAGE_SWITCH,
Expand All @@ -27,7 +27,7 @@ describe("AppComponent", () => {

beforeEach(() => {
TestBed.configureTestingModule({
imports: [AppComponent, RouterTestingModule, NoopAnimationsModule],
imports: [AppComponent, NoopAnimationsModule, RouterModule.forRoot([])],
providers: [
{
provide: TRACKING,
Expand Down

0 comments on commit 2f296a5

Please sign in to comment.