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
/
src
/
index.ts
4 lines
(3 loc)
•
107 B
text/typescript
View Raw
1
2
3
4
export
*
from
"./Snapshot.js"
;
export
*
from
"./SnapshotDiff.js"
;
export
*
from
"./SnapshotDiffResult.js"
;