chore(lua_ls): now lua_ls knows about testing functions

This commit is contained in:
Smirnov Oleksandr 2023-07-20 00:52:13 +03:00
parent b5327cd2eb
commit 9fc120edc5

10
.luarc.json Normal file
View file

@ -0,0 +1,10 @@
{
"diagnostics.globals": [
"describe",
"it",
"before_each",
"after_each",
"before_all",
"after_all"
]
}