Skip to content

Commit e7f789b

Browse files
revert changes
1 parent 212dcc6 commit e7f789b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

packages/devextreme-cli/testing/constants.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ exports.viewports = {
2121
hasTouch: true,
2222
isLandscape: true
2323
},
24-
xsmall: {
24+
/* xsmall: {
2525
width: 320,
2626
height: 568,
2727
isMobile: true,
2828
hasTouch: true,
29-
}
29+
}*/
3030
};
3131

3232
exports.themes = {
33-
material: 'material.blue',
34-
generic: 'generic',
33+
/* material: 'material.blue',
34+
generic: 'generic',*/
3535
fluent: 'fluent.blue'
3636
};
3737

packages/devextreme-cli/testing/creating.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const args = minimist(process.argv.slice(2), {
2222
try {
2323
await env.createApp(depsVersionTag);
2424
} catch(e) {
25-
console.log('--------ERROR-->', e);
2625
process.exit(1);
2726
}
2827
});

0 commit comments

Comments
 (0)