-
Notifications
You must be signed in to change notification settings - Fork 3
is this ready? #173
Comments
Sorry, not production ready :( |
Contributions welcome though? |
Would like to help. Was there something particular that you guys were planning to achieve in the next few weeks. Or was there a particular feature that you were trying to achieve for the next release. Or may be future releases or just fixing issues? |
@jcheenatcode I decided to completely switch to the development of another plugin, where the testing functionality will be included https://github.com/ngxs-labs/data/blob/master/docs/pages/testing.md If you want help, you can |
@splincode thanks, is this going to be
the reason for the ask is, I don't recall me using the ngxs-labs/data anywhere in my project, so just thinking if I will have to install this going forward just for the purpose of testing? |
This @StateRepository()
@State({
name: 'hello',
default: 'HELLO_WORLD'
})
@Injectable()
export class HelloWorldState extends NgxsDataRepository<string> {}
it('expose state', ngxsTestingPlatform([ HelloWorldState ], (_, state) => {
expect(state.getState()).toEqual('HELLO_WORLD')
})) And not suitable for routine state testing As for the current
|
Hi, thanks for this package. I am looking forward to use it but last time I checked ngxs website wasn't listed in there so I am not sure if it's ready to be used.
Also, it would be nice to know if I have other questions, where is the best way to ask them?
The text was updated successfully, but these errors were encountered: