mirror of
https://github.com/TangentFoxy/love-release.git
synced 2026-02-21 18:56:52 -07:00
Add framework for testing
This commit is contained in:
@@ -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