UNPKG

vitest-marbles

Version:

Marble testing helpers library for RxJs and Jest

10 lines 238 B
export class NotificationEvent { constructor(start) { this.start = start; this.marbles = ''; } get end() { return this.start + this.marbles.length; } } //# sourceMappingURL=notification-event.js.map