mirror of
https://github.com/britzl/monarch.git
synced 2025-09-27 18:12:22 +02:00
Started adding unit tests
This commit is contained in:
9
test/test.script
Normal file
9
test/test.script
Normal file
@@ -0,0 +1,9 @@
|
||||
local deftest = require "deftest.deftest"
|
||||
|
||||
local test_monarch = require "test.test_monarch"
|
||||
|
||||
|
||||
function init(self)
|
||||
deftest.add(test_monarch)
|
||||
deftest.run()
|
||||
end
|
Reference in New Issue
Block a user