Skip to content

Commit bdf6dcc

Browse files
committed
test new threshhold
1 parent 365e94a commit bdf6dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/testing/app-template.test.shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
9191
failureThresholdType: 'percent',
9292
customDiffConfig: {
9393
includeAA: false,
94-
threshold: 0.02,
94+
threshold: 0.03,
9595
}
9696
};
9797

0 commit comments

Comments
 (0)