mirror of
https://github.com/britzl/monarch.git
synced 2025-09-27 18:12:22 +02:00
Added additional tests and increased test framework version
This commit is contained in:
@@ -5,5 +5,8 @@ local test_monarch = require "test.test_monarch"
|
||||
|
||||
function init(self)
|
||||
deftest.add(test_monarch)
|
||||
deftest.run({ coverage = { enabled = true }})
|
||||
deftest.run({
|
||||
coverage = { enabled = true },
|
||||
--pattern = "preload",
|
||||
})
|
||||
end
|
||||
|
Reference in New Issue
Block a user