Currently the MockStore tests are added to the Store tests, this makes them harder to find. That's why we want to extract the MockStore tests at https://github.com/ngrx/platform/blob/master/modules/store/spec/store.spec.ts#L450 to their own file.
Currently the
MockStoretests are added to theStoretests, this makes them harder to find. That's why we want to extract theMockStoretests at https://github.com/ngrx/platform/blob/master/modules/store/spec/store.spec.ts#L450 to their own file.