Skip to content

Commit 5891deb

Browse files
committed
include AA
1 parent 5c175fe commit 5891deb

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
await page.waitForTimeout(500);
9292
}
9393

94-
const customConfig = { threshold: 0.012 };
94+
const customConfig = { threshold: 0.012, includeAA: true };
9595

9696
function compareSnapshot(image, name, overrideConfig = {}) {
9797
expect(image).toMatchImageSnapshot({

0 commit comments

Comments
 (0)