Skip to content

Commit d341f0c

Browse files
committed
last test
1 parent 06bf4a8 commit d341f0c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,9 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
8787
const customConfig = {
8888
threshold: 0.012,
8989
thresholdType: 'percent',
90-
failureThreshold: 0.02,
90+
failureThreshold: 0.02,
9191
failureThresholdType: 'percent',
92-
customDiffConfig: {
93-
includeAA: false,
94-
threshold: 0.05
95-
}
96-
}
92+
};
9793

9894
function compareSnapshot(image, name, overrideConfig = {}) {
9995
expect(image).toMatchImageSnapshot({

0 commit comments

Comments
 (0)