michaelolof / typescript-mix

A tweaked implementation of TypeScript's default applyMixins(...) idea using ES7 decorators
https://www.npmjs.com/package/typescript-mix
87 stars 8 forks source link

Suggestion - not a bug - Is it possible to add testing examples for this library? #14

Open ken-ng-esotec opened 3 years ago

ken-ng-esotec commented 3 years ago

Great work here, very simple intuitive API.

I read on your medium article that it would be easy to test mixins to by instantiating them.

Would you be able to push any examples tests inside an example folder in this repo, or would you be able to share a code-snippet as it would be very useful.

I hope to share your work with others and introduce them to this great concept.