- Angular 6 (upgraded from Angular 5)
- RxJS 6
- Jest
- Bulma - Flex based CSS framework
- rxjs-marbles for marble testing
- Shallow testing using
NO_ERRORS_SCHEMA
, in the spirit of Enzyme - MockStore for use with testing containers. See MockStore and how to use it in a container test
- Reducing redundant TestBed configuration based on instructions from Angular Unit Testing Performance