Closed bahmutov closed 7 years ago
Especially interesting async/await compatibility.
async/await
test('foo', async t => { const someObject = {...} t.snapshot(someObject) // built-in snapshot(someObject) })
Here https://github.com/bahmutov/snap-shot-ava-test
Especially interesting
async/await
compatibility.