btroncone / egghead-rxjs-marble-testing-intro

Egghead.io RxJS marble testing introduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Egghead.io RxJS marble testing introduction


Languages

Language:TypeScript 89.1%Language:JavaScript 10.9%