UNPKG

vitest-marbles

Version:

Marble testing helpers library for RxJs and Jest

8 lines (7 loc) 161 B
export class NotificationEvent { marbles = ''; constructor(public start: number) {} get end(): number { return this.start + this.marbles.length; } }