mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-05-26 15:16:14 +00:00
Fix turning off colors
This commit is contained in:
@@ -14,8 +14,8 @@ export default defineConfig({
|
||||
},
|
||||
expect: {
|
||||
toHaveScreenshot: {
|
||||
maxDiffPixelRatio: 0.05,
|
||||
threshold: 0.2,
|
||||
maxDiffPixelRatio: 0.02,
|
||||
threshold: 0.05,
|
||||
animations: 'disabled',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user