UNPKG

vitest-marbles

Version:

Marble testing helpers library for RxJs and Jest

9 lines (7 loc) 209 B
import { MarblesGlossary } from './marbles-glossary'; export const ValueLiteral = {}; export const NotificationKindChars = { N: ValueLiteral, C: MarblesGlossary.Completion, E: MarblesGlossary.Error, };