Skip to content

Commit

Permalink
fix(navigation-bar): test
Browse files Browse the repository at this point in the history
  • Loading branch information
fgravin committed Jun 28, 2022
1 parent e8d0e60 commit c869b80
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { NO_ERRORS_SCHEMA } from '@angular/core'
import { ComponentFixture, TestBed } from '@angular/core/testing'

import { NavigationBarComponent } from './navigation-bar.component'
Expand All @@ -9,6 +10,7 @@ describe('NavigationBarComponent', () => {
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [NavigationBarComponent],
schemas: [NO_ERRORS_SCHEMA],
}).compileComponents()
})

Expand Down

0 comments on commit c869b80

Please sign in to comment.