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