export const forEachSnapshot = async ({ in: snapshotPath, ...options }) => {
Iterates through snapshot files in a directory.
Target style API. Preferred for new code.
Helpers
Source: helpers/eachSnapshot.mjs
Target Style
export const forEachSnapshot = async ({ in: snapshotPath, ...options }) => {
Iterates through snapshot files in a directory.
Target style API. Preferred for new code.
export const readEachSnapshot = async ({ in: snapshotPath, ...options }) => {
Iterates through snapshot files and reads their contents automatically.
Target style API. Preferred for new code.
Legacy Style