/egghead-rxjs-marble-testing-intro

Egghead.io RxJS marble testing introduction

Primary LanguageTypeScript

Egghead.io Intro to RxJS marble testing

Code to accompany egghead.io Intro to RxJS marble testing lesson.

Getting Started

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

# run install
npm install

For WallabyJS Users

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

For Karma Users

Not currently working

At the command line run npm test.

By default, test specs are meant to go in the spec folder with a pattern of [file-name].spec. If you would like to add other source files, this can be configured in the wallaby.js or karma.conf.js file.