3
0
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:
Björn Ritzl
2019-03-08 11:37:49 +01:00
parent 57946d27bf
commit b57609f061
3 changed files with 29 additions and 3 deletions

View File

@@ -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