UNPKG
vitest-marbles
Version:
latest (0.0.1)
0.0.1
0.0.0
Marble testing helpers library for RxJs and Jest
vitest-marbles
/
lib-esm
/
src
/
notification-event.js
10 lines
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
class
NotificationEvent
{
constructor
(start) {
this
.start = start;
this
.marbles =
''
; }
get
end() {
return
this
.start +
this
.marbles.length; } }
//# sourceMappingURL=notification-event.js.map