I’ve been working on a game myself and I work in other languages regularly as well. Unit testing in these other languages really help out finding edge cases and I’d like to test some edge cases myself in Roblox.
Is there some universal way people unit test through Roblox or should I create my own asserts and mocking setup?
I know Nexus unit testing exists but I’m not sure how well and usable it is. I tried the TestService but it seems to be very outdated. Just looking for any suggestions that you guys might have or that some of the top games possibly use.