UNPKG
@as-pect/snapshots
Version:
latest (8.1.0)
8.1.0
8.0.1
8.0.0
7.0.1
7.0.0
6.2.1
6.2.0
6.1.0
6.0.0
5.0.1
5.0.0
4.0.0
3.2.7
3.2.6
3.2.2
3.2.0
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0-beta.3
3.1.0-beta.2
3.1.0-beta.0
3.1.0-alpha.0
A package for dealing with snapshots
@as-pect/snapshots
/
lib
/
SnapshotDiffResult.js
7 lines
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
class
SnapshotDiffResult
{ type =
0
/* SnapshotDiffResultType.NoChange *
/; left = null; right = null; changes = []; } /
/
# sourceMappingURL=SnapshotDiffResult.js.map