Roblox / testez

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

Fix debugging of tests in Studio #145

Closed amatosov-rbx closed 3 years ago

amatosov-rbx commented 3 years ago

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