UNPKG

@as-pect/snapshots

Version:

A package for dealing with snapshots

7 lines 187 B
export class SnapshotDiffResult { type = 0 /* SnapshotDiffResultType.NoChange */; left = null; right = null; changes = []; } //# sourceMappingURL=SnapshotDiffResult.js.map