piotrwitek / ts-mocha

Mocha thin wrapper that allows running TypeScript tests with TypeScript runtime (ts-node) to get rid of compilation complexity
MIT License
190 stars 25 forks source link

Q: Is there support for global variables? #56

Open LOUKOUKOU opened 4 years ago

LOUKOUKOU commented 4 years ago

As a side note, when I requere the same lib as a const variable, it complains and says that this variable is already implemented in another file.