3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-27 18:12:22 +02:00

Added support for monarch.post()

This commit is contained in:
Björn Ritzl
2019-08-01 07:21:20 +02:00
parent c7981e77cf
commit 6b3cc11073
8 changed files with 132 additions and 5 deletions

View File

@@ -9,6 +9,6 @@ function init(self)
deftest.add(test_callback_tracker)
deftest.run({
coverage = { enabled = true },
--pattern = "preload",
pattern = "",
})
end