File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/devextreme-cli/testing Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ module.exports = (env) => {
173173
174174 await page . waitForTimeout ( 3000 ) ;
175175
176- let image = await takeScreenshot ( ) ;
176+ const image = await takeScreenshot ( ) ;
177177
178178 compareSnapshot ( image , 'profile' ) ;
179179
Original file line number Diff line number Diff line change @@ -141,11 +141,11 @@ module.exports = {
141141 {
142142 glob : 'src/App.tsx' ,
143143 definitions : [
144- 'import \'devextreme/dist/css/dx.common.css\';\n' ,
145- 'import \'./themes/generated/theme.base.css\';\n' ,
146- 'import \'./themes/generated/theme.base.dark.css\';\n' ,
147- 'import \'./themes/generated/theme.additional.css\';\n' ,
148- 'import \'./themes/generated/theme.additional.dark.css\';\n' ,
144+ 'import \'devextreme/dist/css/dx.common.css\';\n' ,
145+ 'import \'./themes/generated/theme.base.css\';\n' ,
146+ 'import \'./themes/generated/theme.base.dark.css\';\n' ,
147+ 'import \'./themes/generated/theme.additional.css\';\n' ,
148+ 'import \'./themes/generated/theme.additional.dark.css\';\n' ,
149149 ]
150150 } ,
151151 {
You can’t perform that action at this time.
0 commit comments