add gs
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
return function()
|
||||
it("should be a valid theme palette.", function()
|
||||
local CorePackages = game:GetService("CorePackages")
|
||||
local UIBlox = require(CorePackages.UIBlox)
|
||||
local validateTheme = UIBlox.Style.Validator.validateTheme
|
||||
local LightTheme = require(script.Parent.DarkTheme)
|
||||
assert(validateTheme(LightTheme))
|
||||
end)
|
||||
end
|
||||
Reference in New Issue
Block a user