mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
Update mock tests
This commit is contained in:
parent
04e28f390d
commit
b3c600acc3
13 changed files with 94 additions and 246 deletions
|
|
@ -1,14 +1,12 @@
|
|||
|
||||
-- todo
|
||||
local Enum = Enum
|
||||
local Color3 = Color3
|
||||
local Vector3 = Vector3
|
||||
|
||||
if not game then
|
||||
local mock = require "test/mock"
|
||||
Enum = mock.Enum :: any
|
||||
Color3 = mock.Color3 :: any
|
||||
Vector3 = mock.Vector3 :: any
|
||||
Enum = mock.Enum
|
||||
Color3 = mock.Color3
|
||||
Vector3 = mock.Vector3
|
||||
end
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue