We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491d32d commit c28a968Copy full SHA for c28a968
packages/devextreme-cli/testing/app-template.test.shared.js
@@ -40,7 +40,6 @@ module.exports = (env) => {
40
await devServer.build();
41
await devServer.start();
42
} catch(e) {
43
- console.log('----EXEPTION------>', e);
44
// NOTE jest@27 will fail test, but jest@26 - not
45
throw new Error(e);
46
}
@@ -149,7 +148,7 @@ module.exports = (env) => {
149
148
x: 0,
150
y: 0,
151
width: viewport.width,
152
- height: 155
+ height: 150
153
154
});
155
packages/devextreme-cli/testing/dev-server.js
@@ -29,6 +29,7 @@ module.exports = class DevServer {
29
env: Object.assign(process.env, { CI: false })
30
31
32
+ console.log('----EXCEPTION------>', e);
33
34
35
0 commit comments