UNPKG

cypress-plugin-snapshots

Version:
9 lines (8 loc) 184 B
const MATCH = 'cypress-plugin-snapshot:match'; const SAVE = 'cypress-plugin-snapshot:save'; const URL_PREFIX = '#snapshot-compare-'; module.exports = { MATCH, SAVE, URL_PREFIX }