1.0.0 • Published 5 years ago

ngrx-mockstore v1.0.0

Weekly downloads
347
License
MIT
Repository
github
Last release
5 years ago

NgRx-MockStore

The MockStore library from @ngrx/store/testing, made available in a standalone package to accommodate testing @ngrx/store v5 and v6.

Installation

This library should be installed as a devDependencies separately from @ngrx/store:

npm install --save-dev ngrx-mockstore

Usage

See usage of provideMockStore and MockStore in the NgRx store testing documentation. However, instead of importing from @ngrx/store/testing, import from ngrx-mockstore.