Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesrje committed Nov 18, 2024
1 parent 4845629 commit e1f5a4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"stylua.targetReleaseVersion": "latest"
}
1 change: 1 addition & 0 deletions tests/Client/UI.client.luau
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ New("ScreenGui", {
end,
Text = "Test",
Position = UDim2.fromScale(0.5, 0.2),
Size = UDim2.fromOffset(100, 100),
ZIndex = 3,
}),
})
Expand Down

0 comments on commit e1f5a4c

Please sign in to comment.