Fix luacheck warnings in builtin/common/tests (#10322)

This commit is contained in:
DS 2020-08-29 00:14:19 +02:00 committed by GitHub
vanhempi 1eaff3dfa4
commit 454009a7f2
No known key found for this signature in database
GPG avaimen ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa

Näytä tiedosto

@ -72,3 +72,11 @@ files["builtin/mainmenu"] = {
"PLATFORM",
},
}
files["builtin/common/tests"] = {
read_globals = {
"describe",
"it",
"assert",
},
}