Skip to content

Commit

Permalink
fix: test for the header.component.spec.ts (It did not work on develop)
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Sternberg <[email protected]>
#230
  • Loading branch information
IngoSternberg committed Jul 9, 2024
1 parent 7072a64 commit 23acd8e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ import { ReplaySubject } from 'rxjs';
import { HeaderComponent } from './header.component';

const HEADER_ROUTES = {
snapshot: {
firstChild: {
routeConfig: {
path: ''
}
},
},
root: {
snapshot: {
data: {
Expand Down

0 comments on commit 23acd8e

Please sign in to comment.