UNPKG

@jsenv/snapshot

Version:
12 lines (11 loc) 611 B
export { takeDirectorySnapshot, takeFileSnapshot, } from "./filesystem_snapshot.js"; export { createReplaceFilesystemWellKnownValues } from "./filesystem_well_known_values.js"; export { getCallerLocation } from "./get_caller_location.js"; export { replaceFluctuatingValues } from "./replace_fluctuating_values.js"; export { captureLogsIntoFile } from "./side_effects/capture_logs_into_file.js"; export { renderLogsGif } from "./side_effects/render_logs_gif.js"; export { snapshotSideEffects } from "./side_effects/snapshot_side_effects.js"; export { snapshotTests } from "./side_effects/snapshot_tests.js";