Skip to content

Commit

Permalink
add test stub for util
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Feb 8, 2025
1 parent 71002af commit 637a561
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/unicorn/util_spec.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package.path = "/lib/?.lua;/lib/?;/lib/?/init.lua;" .. package.path

describe("util", function()
it("require('unicorn.util') returns a table", function()
expect(require("unicorn.util")):type("table")
end)
end)

0 comments on commit 637a561

Please sign in to comment.