Testy / TestyTs

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

Implement setup file feature #68

Closed Aboisier closed 3 years ago

Aboisier commented 3 years ago

Purpose

Issue #49 discusses an issue related to jQuery being undefined in tests. This can be fixed by setting up jQuery before the tests are ran, but there was no friendly way of setting this up universally, for all tests.

Approach

This PR allows specifying a setup file what will be executed before the first test is ran.