File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/devextreme-schematics/src/add-layout Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,10 @@ describe('layout', () => {
9595 const styles = angularContent . projects . testApp . architect . build . options . styles ;
9696
9797 expect ( styles [ 0 ] ) . toBe ( 'node_modules/devextreme/dist/css/dx.common.css' ) ;
98- expect ( styles [ 1 ] ) . toBe ( 'src/themes/generated/theme.base.css' ) ;
99- expect ( styles [ 2 ] ) . toBe ( 'src/themes/generated/theme.additional.css' ) ;
98+ expect ( styles [ 1 ] ) . toBe ( 'src/themes/generated/theme.base.dark.css' ) ;
99+ expect ( styles [ 2 ] ) . toBe ( 'src/themes/generated/theme.base.css' ) ;
100+ expect ( styles [ 3 ] ) . toBe ( 'src/themes/generated/theme.additional.dark.css' ) ;
101+ expect ( styles [ 4 ] ) . toBe ( 'src/themes/generated/theme.additional.css' ) ;
100102
101103 const moduleContent = tree . readContent ( '/src/app/app.module.ts' ) ;
102104 expect ( moduleContent ) . toContain ( 'import { DxHttpModule }' ) ;
You can’t perform that action at this time.
0 commit comments