Testy / TestyTs

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

Bugfix/7 focused tests context #10

Closed Aboisier closed 5 years ago

Aboisier commented 5 years ago

Purpose

Actually found the undefined context bug. The context was not copied with the test class when getting a normalized copy.

Approach

Updated the tests to point out the problem, fixed the problem.