UNPKG

magnitude-test

Version:

A TypeScript client for running automated UI tests through the Magnitude testing platform

3 lines (2 loc) 124 B
import { TestState as RunnerTestState } from '@/runner/state'; export type AllTestStates = Record<string, RunnerTestState>;