merging tests
This commit is contained in:
@@ -21,13 +21,11 @@ local luaunit = require("testing.luaunit")
|
||||
-- Run all tests in the __tests__ directory
|
||||
local testFiles = {
|
||||
"testing/__tests__/utils_test.lua",
|
||||
"testing/__tests__/sanitization_test.lua",
|
||||
"testing/__tests__/path_validation_test.lua",
|
||||
"testing/__tests__/color_validation_test.lua",
|
||||
"testing/__tests__/texteditor_sanitization_test.lua",
|
||||
"testing/__tests__/theme_validation_test.lua",
|
||||
"testing/__tests__/theme_core_test.lua",
|
||||
"testing/__tests__/units_test.lua",
|
||||
"testing/__tests__/color_validation_test.lua",
|
||||
"testing/__tests__/path_validation_test.lua",
|
||||
"testing/__tests__/sanitization_test.lua",
|
||||
"testing/__tests__/theme_test.lua",
|
||||
"testing/__tests__/layout_engine_test.lua",
|
||||
"testing/__tests__/element_test.lua",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user