mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41: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,13 +1,12 @@
|
|||
local warn = warn -- todo
|
||||
local warn = warn
|
||||
|
||||
if not game then
|
||||
script = (require :: any) "test/wrap-require"
|
||||
script = require "test/wrap-require"
|
||||
warn = print
|
||||
end
|
||||
|
||||
local graph = require(script.Parent.graph)
|
||||
type Node<T> = graph.Node<T>
|
||||
local get = graph.get
|
||||
local set_effect = graph.set_effect
|
||||
local capture = graph.capture
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue