Skip to content

Commit cca2f2a

Browse files
fix test
1 parent 5203a07 commit cca2f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-schematics/src/add-sample-views/index_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ describe('sample views', () => {
4949

5050
const navigationContent = tree.readContent('/src/app/app-navigation.ts');
5151
expect(navigationContent).toMatch(/text: 'Home'/);
52-
expect(navigationContent).toContain(`export const navigation = [
52+
expect(navigationContent).toContain(`export const navigation: { path?: string, text: string, icon: string, items?: any[] }[] = [
5353
{
5454
text: 'Home',
5555
path: '/home',

0 commit comments

Comments
 (0)