Skip to content

Commit 0ff6480

Browse files
committed
test threshhold
1 parent 2efc636 commit 0ff6480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
8585
}
8686

8787
const customConfig = {
88-
threshold: 0.02,
88+
threshold: 0.2,
8989
thresholdType: 'percent',
9090
failureThreshold: 0.02,
9191
failureThresholdType: 'percent',
9292
customDiffConfig: {
9393
includeAA: false,
94-
threshold: 0.03,
94+
threshold: 0.05,
9595
}
9696
};
9797

0 commit comments

Comments
 (0)