Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandonroberts/ng-atl-2018

Modern Testing Strategies for Reactive Applications
https://github.com/brandonroberts/ng-atl-2018

Last synced: 20 days ago
JSON representation

Modern Testing Strategies for Reactive Applications

Awesome Lists containing this project

README

        

# Modern Testing Strategies for Reactive Applications

This is the repo for the [ng-ATL](http://ng-atl.org) 2018 testing talk.

## Slides

https://brandonroberts.github.io/ng-atl-2018

## Video

Coming Soon

## Install

`npm install` OR `yarn`

## Run

`npm test` OR `yarn test`

## Packages Used

- [Angular CLI](https://github.com/angular/angular-cli)
- [Jest](https://facebook.github.io/jest/)
- [jest-preset-angular](https://github.com/thymikee/jest-preset-angular)
- [rx-sandbox](https://github.com/kwonoj/rx-sandbox)