UNPKG

ava

Version:

Node.js test runner that lets you develop with confidence.

8 lines (5 loc) 184 B
import type {StateChangeEvent} from '../types/state-change-events.d.cts'; export type Event = StateChangeEvent; export type ObservedRun = { events: AsyncIterableIterator<Event>; };