lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.39k stars 184 forks source link

fix(readme): Correct link to test runner badge #652

Closed alerque closed 3 years ago

alerque commented 3 years ago

Fixes #651.

alerque commented 3 years ago

The luacheck test that is failing is a result of #646. I looked into fixing it but wasn't exactly sure what should happen. It looks like at least some of the lint warnings are legitimate, but since I didn't trace all the scoping involved or the expected behavior I wasn't quite sure how to fix them. Maybe @Tieske can address that in a separate PR.