lemur
lemur copied to clipboard
Make loadFromFs handle .server.lua and .client.lua files
Matching the convention Rojo set here makes sense. Lemur should find .server.lua
and .client.lua
files and import them as Script
and LocalScript
instances, respectively.
I implemented this in my local build, but it still just turns them into ModuleScripts (much easier to unit test for the way I do it).
That's probably not a good idea for Lemur itself, since it means that your tests don't work inside actual Roblox.
Fair. My entire testing setup is designed without actual Roblox testing being achievable.