UNPKG

vue-styleguidist

Version:
8 lines (7 loc) 228 B
/** * remove the root file path from the snapshot * this way it can be compared on every machine and in CI * @param snapshot * @returns cleaned snapshot */ export default function cleanFilePathSnapshot(snapshot: any): any;