Roblox / testez

BDD-style test and assertion library for Roblox Lua
https://roblox.github.io/testez/
Apache License 2.0
186 stars 57 forks source link

Fix debugging of tests in Studio #145

Closed amatosov-rbx closed 4 years ago

amatosov-rbx commented 4 years ago

Copy 'script' directly to new env to make Studio debugger happy, as it does not look into __index, because of security reasons