Codewars output handler for Busted.
luarocks install busted-codewars
busted -o codewars
Add example tests in spec/
with a file name matching *_spec.lua
.
Then run the tests with Codewars output:
luarocks test -- -o codewars
Codewars output handler for Busted.
luarocks install busted-codewars
busted -o codewars
Add example tests in spec/
with a file name matching *_spec.lua
.
Then run the tests with Codewars output:
luarocks test -- -o codewars