Skip to content

Commit 99a5b8d

Browse files
committed
config AA
1 parent d341f0c commit 99a5b8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ module.exports = (env, { port = 8080, urls = {} } = {}) => {
8989
thresholdType: 'percent',
9090
failureThreshold: 0.02,
9191
failureThresholdType: 'percent',
92+
customDiffConfig: {
93+
includeAA: false,
94+
}
9295
};
9396

9497
function compareSnapshot(image, name, overrideConfig = {}) {

0 commit comments

Comments
 (0)