mirror of
https://github.com/TangentFoxy/inspect.lua.git
synced 2025-07-28 11:02:18 +00:00
allright, so you just wrote a bunch of code without writing any tests. Now scrap it and start over, writing those damn tests!
This commit is contained in:
@@ -2,6 +2,8 @@ local inspect = require 'inspect'
|
||||
|
||||
context( 'inspect', function()
|
||||
|
||||
|
||||
test('Should work with simple arrays', function()
|
||||
assert_equal(inspect( {1,2,3}
|
||||
end)
|
||||
|
||||
end)
|
||||
|
Reference in New Issue
Block a user