-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
You can extract types of given keys then in assert function just use |
I imploved ideal dts test! 4578a7a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an awesome PR, I learned from it a lot seriously. After solving the DTS tests problem I can merge this PR. I will change the ofType
RxJS operator to use this helper function too.
5d908c5
to
226ca7a
Compare
I am really grad to contribute to this wonderful library. |
fixed action arg to be passed to isOfType instead of action creator.
* feat: add isOfType helper close #87 * test: use it.each instead of it * refactor: improved readability of isOfType * test: improved ideal dts test of isOfType * feat: add isOfType comment * refactor: added ExtractAction type to improve DRY code isOfType * test(dts): fixed wired types in dts test fixed action arg to be passed to isOfType instead of action creator.
🎉 This issue has been resolved in version 3.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Added isOfType helper. (resolve #87)
I would like you to review 🙏