Skip to content

Commit 40fda54

Browse files
fix test
1 parent 5225626 commit 40fda54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-schematics/src/add-layout/index_spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ describe('layout', () => {
243243
const routesContent = tree.readContent('/src/app/app.routes.ts');
244244

245245
expect(routesContent)
246-
.toContain(`{\r\n path: 'login-form',\r\n component: LoginFormComponent,\r\n canActivate: [ AuthGuardService ]\r\n },`);
246+
.toContain(`{\n path: 'login-form',\n component: LoginFormComponent,\n canActivate: [ AuthGuardService ]\n },`);
247247
});
248248

249249
it('should use selected layout', async () => {

0 commit comments

Comments
 (0)