0.1.1 • Published 6 years ago

@jeetiss/callbag-marble-tester v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

callbag-marble-tester

Callbag utils for testing different operators.

install

npm i -D @jeetiss/callbag-marble-tester

Example

import map from 'callbag-map'
import pipe from 'callbag-pipe'

import { listenable, willBe } from '@jeetiss/callbag-marble-tester'

test('test map operator', () =>
  pipe(
    listenable('--a--b--c-|'),
    map(value => value.toUpperCase()),
    willBe('--A--B--C-|'),
  ))
0.1.1

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago