Skip to content

Commit d384cd2

Browse files
committed
test(router-store): update test snapshot to vitest
1 parent be974c9 commit d384cd2

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2+
3+
exports[`Router Store ng-add Schematic > Router Store ng-add Schematic for standalone application > provides initial setup 1`] = `
4+
"import { ApplicationConfig, provideBrowserGlobalErrorListeners } from '@angular/core';
5+
import { provideRouterStore } from '@ngrx/router-store';
6+
7+
export const appConfig: ApplicationConfig = {
8+
providers: [
9+
provideBrowserGlobalErrorListeners(),
10+
provideRouterStore()
11+
]
12+
};
13+
"
14+
`;
215

316
exports[`Router Store ng-add Schematic Router Store ng-add Schematic for standalone application provides initial setup 1`] = `
417
"import { ApplicationConfig, provideBrowserGlobalErrorListeners } from '@angular/core';

0 commit comments

Comments
 (0)