UNPKG

jest-marbles

Version:

Marble testing helpers library for RxJs and Jest

6 lines (4 loc) 128 B
import { Scheduler } from './rxjs/scheduler'; export function animate(marbles: string): void { Scheduler.animate(marbles); }