This commit is contained in:
Aaron Smith 2023-09-13 13:11:38 +01:00
parent d353f71619
commit 0d542c66a6
10 changed files with 76 additions and 105 deletions

View file

@ -31,6 +31,14 @@ end
local NIL = nil
-- vide.mount(function()
-- local src = vide.source(0)
-- vide.effect(function()
-- axasd += 1
-- end)
-- end)
TEST("graph", function()
local create_node = graph.create_node
local create_start_node = graph.create_start_node