Testy / TestyTs

✔️ Modern TypeScript testing framework.
http://testy.github.io
ISC License
123 stars 8 forks source link

Bugfix/8 base with children bug #15

Closed Aboisier closed 5 years ago

Aboisier commented 5 years ago

Purpose

Fix #8 .

Approach

Made the decorators use a copy of the __testSuiteInstance instead of the reference. This way, when the children decorators are called, they use their own copy instead of sharing the base

Learnings

https://stackoverflow.com/questions/48122319/why-do-typescript-decorators-on-a-base-class-cause-extensions-to-affect-one-anot