mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 13:30:33 +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,
|
|
});
|