Skip to content

Commit fdce7ec

Browse files
committed
test(router-store): fix test snapshot
1 parent 139754e commit fdce7ec

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

modules/router-store/schematics/ng-add/__snapshots__/index.spec.ts.snap

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,3 @@ export const appConfig: ApplicationConfig = {
1212
};
1313
"
1414
`;
15-
16-
exports[`Router Store ng-add Schematic Router Store ng-add Schematic for standalone application provides initial setup 1`] = `
17-
"import { ApplicationConfig, provideBrowserGlobalErrorListeners } from '@angular/core';
18-
import { provideRouterStore } from '@ngrx/router-store';
19-
20-
export const appConfig: ApplicationConfig = {
21-
providers: [
22-
provideBrowserGlobalErrorListeners(),
23-
provideRouterStore()
24-
]
25-
};
26-
"
27-
`;

0 commit comments

Comments
 (0)