btroncone / rxjs-marble-testing

Minimal RxJS marble testing setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#RxJS Minimal Marble Testing Setup w/ WallabyJS

Minimal setup to start utilizing marble testing.

Getting Started

# clone the repo
git clone https://github.com/btroncone/rxjs-marble-testing.git

# run install
npm install

Once complete, select the wallaby.js configuration file and run. For help running in your favorite editor, check out the official documentation.

By default, specs are meant to go in the spec folder with other relevant files under the src directory. This can be configured in the wallaby.js file.

What about Karma?

I will likely be adding a karma config soon or would gladly accept a pull request!

About

Minimal RxJS marble testing setup


Languages

Language:TypeScript 95.8%Language:JavaScript 4.2%