Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandonroberts/ng-atl-2018
- Owner: brandonroberts
- Created: 2018-02-01T04:54:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T15:16:31.000Z (almost 7 years ago)
- Last Synced: 2024-10-03T19:50:46.528Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://brandonroberts.github.io/ng-atl-2018
- Size: 3.6 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)