We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a124301 commit 7c497caCopy full SHA for 7c497ca
packages/devextreme-schematics/src/add-layout/index_spec.ts
@@ -174,7 +174,7 @@ describe('layout', () => {
174
const tree = await runner.runSchematic('add-layout', options, appTree);
175
const packageConfig = JSON.parse(tree.readContent('package.json'));
176
177
- expect(packageConfig.dependencies['@angular/cdk']).toBe('^17.1.0');
+ expect(packageConfig.dependencies['@angular/cdk']).toBe('^17.0.0');
178
});
179
180
it('should update budgets if updateBudgets option is true', async () => {
0 commit comments