Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Add tests for ScreenGui/Enabled+OnTopOfCoreBlur
Browse files Browse the repository at this point in the history
Add missing unit tests for ScreenGui.
  • Loading branch information
dbrooks-roblox committed Jul 31, 2019
1 parent 1dd40df commit c6aaca6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/instances/ScreenGui_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ describe("instances.ScreenGui", function()
assert.equals(typeof(instance.AutoLocalize), "boolean")
assert.equals(typeof(instance.IgnoreGuiInset), "boolean")
assert.equals(typeof(instance.ZIndexBehavior), "EnumItem")
assert.equals(typeof(instance.OnTopOfCoreBlur), "boolean")
assert.equals(typeof(instance.Enabled), "boolean")
assert.equals(instance.ZIndexBehavior.EnumType, ZIndexBehavior)
end)
end)
end)

0 comments on commit c6aaca6

Please sign in to comment.