mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update mocks
This commit is contained in:
parent
a4f59ee62b
commit
7e5102c314
13 changed files with 13 additions and 14 deletions
|
|
@ -1,8 +1,8 @@
|
|||
local typeof = typeof
|
||||
|
||||
if not game then
|
||||
script = require "test/wrap-require"
|
||||
typeof = require "test/mock".typeof :: any
|
||||
script = require "test/relative-string"
|
||||
typeof = require "test/mock".typeof
|
||||
end
|
||||
|
||||
local graph = require(script.Parent.graph)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue