Testy / TestyTs

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

Bugfix/41 tsconfig comment #44

Closed Aboisier closed 4 years ago

Aboisier commented 4 years ago

Purpose

This fixes #41 .

Approach

I used TypeScript's readConfigFile method instead of importing config files. Comments are now also allowed in testy.json config, although your IDE will probably complain.