diff options
Diffstat (limited to 'tests/helpers/lua')
| -rw-r--r-- | tests/helpers/lua/test_helpers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/helpers/lua/test_helpers.lua b/tests/helpers/lua/test_helpers.lua index 57c0b4f..1880c39 100644 --- a/tests/helpers/lua/test_helpers.lua +++ b/tests/helpers/lua/test_helpers.lua @@ -16,6 +16,7 @@ function async_test(suspend_fn) end end +-- selene: allow(incorrect_standard_library_use) mockx = { just_runs = function() end, returns = function(val) |
