Skip to content

Commit 13bcc9e

Browse files
wip. checking test for nextjs-ts
+ reduce test variants
1 parent 9674837 commit 13bcc9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/devextreme-cli/testing/constants.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exports.viewports = {
1414
width: 1280,
1515
height: 1024,
1616
},
17-
small: {
17+
/* small: {
1818
width: 667,
1919
height: 375,
2020
isMobile: true,
@@ -26,18 +26,18 @@ exports.viewports = {
2626
height: 568,
2727
isMobile: true,
2828
hasTouch: true,
29-
}
29+
}*/
3030
};
3131

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

3838
exports.layouts = [
3939
'side-nav-outer-toolbar',
40-
'side-nav-inner-toolbar'
40+
/* 'side-nav-inner-toolbar'*/
4141
];
4242

4343
exports.swatchModes = {

0 commit comments

Comments
 (0)