* chore(lua_ls): now lua_ls knows about testing functions * spec: change way how tests srtuctured * test(config): refactor tests * test: utils * refactor(utils): remove not used function * chore(ci): add test runner * chore(ci): remove taskfile from deps * fix: now it works
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"diagnostics.globals": [
|
|
"describe",
|
|
"it",
|
|
"before_each",
|
|
"after_each",
|
|
"before_all",
|
|
"after_all"
|
|
]
|
|
}
|