diff options
| author | William Boman <william@redwill.se> | 2022-09-13 14:14:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-13 14:14:22 +0200 |
| commit | 2ca0caadbe9117cb295edda6aa3c03e354f2c3c1 (patch) | |
| tree | 2d855881b174cfa9dfbaca4890d899b052216597 /tests/helpers/lua | |
| parent | chore: update generated code (#53) (diff) | |
| download | mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.gz mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.bz2 mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.lz mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.xz mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.tar.zst mason-lspconfig-2ca0caadbe9117cb295edda6aa3c03e354f2c3c1.zip | |
chore: add selene & cbfmt (#54)
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) |
