mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 11:02:20 +00:00
8 lines
175 B
Lua
8 lines
175 B
Lua
describe("love-release tests", function()
|
|
describe("should test something", function()
|
|
it("not right now", function()
|
|
assert.truthy("Sorry.")
|
|
end)
|
|
end)
|
|
end)
|