Update tests

This commit is contained in:
Insality
2025-04-18 19:36:52 +03:00
parent b7fd33bf3b
commit 8d2b8c25a0
9 changed files with 538 additions and 17 deletions

View File

@@ -55,7 +55,10 @@ return {
-- Nothing will be excluded if nothing is listed.
-- Do not include the '.lua' extension. Path separator is always '/'.
-- Overrules `include`.
exclude = { "^test%/.+$" },
exclude = {
"^test%/.+$",
"^druid/system/utf8.lua$",
},
--- Table mapping names of modules to be included to their filenames.
-- Has no effect if empty.