mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Make luau happy in test file
This commit is contained in:
parent
75549a0b1c
commit
ccabfa335a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
local roblox = require("@lune/roblox")
|
||||
local roblox = require("@lune/roblox") :: any
|
||||
local Instance = roblox.Instance
|
||||
local Color3 = roblox.Color3
|
||||
local Enum = roblox.Enum
|
||||
|
|
Loading…
Reference in a new issue