UNPKG

ava

Version:

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

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