mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 08:03:45 +01:00
Fix luacheck warnings in builtin/common/tests (#10322)
This commit is contained in:
parent
1eaff3dfa4
commit
454009a7f2
@ -72,3 +72,11 @@ files["builtin/mainmenu"] = {
|
|||||||
"PLATFORM",
|
"PLATFORM",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
files["builtin/common/tests"] = {
|
||||||
|
read_globals = {
|
||||||
|
"describe",
|
||||||
|
"it",
|
||||||
|
"assert",
|
||||||
|
},
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user