Skip to content

Commit a57da40

Browse files
add fluent theme to testing
1 parent dd41ba3 commit a57da40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/devextreme-cli/testing/constants.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ exports.viewports = {
2929

3030
exports.themes = {
3131
material: 'material.blue',
32-
generic: 'generic'
32+
generic: 'generic',
33+
fluent: 'fluent.blue'
3334
};
3435

3536
exports.layouts = [

0 commit comments

Comments
 (0)