Testy / TestyTs

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

Capitalized decorators #18

Closed Aboisier closed 5 years ago

Aboisier commented 5 years ago

Purpose

It's been brought to my attention the decorators did not follow the same naming convention as the most popular libraries. The purpose of this PR is to fix this. The previous names will still be available for a while, though they will appear as deprecated.

Approach

Ctrl+F and Ctrl+R+R the hell out of the code.