mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 11:02:20 +00:00
Add framework for testing
This commit is contained in:
7
spec/main_spec.lua
Normal file
7
spec/main_spec.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
describe("love-release tests", function()
|
||||
describe("should test something", function()
|
||||
it("not right now", function()
|
||||
assert.truthy("Sorry.")
|
||||
end)
|
||||
end)
|
||||
end)
|
Reference in New Issue
Block a user