mirror of
https://github.com/Redocly/redoc.git
synced 2025-03-11 13:25:47 +03:00
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
|
import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command';
|
||
|
|
||
|
addMatchImageSnapshotCommand({
|
||
|
customSnapshotsDir: 'e2e/snapshots',
|
||
|
// disableTimersAndAnimations: false,
|
||
|
});
|