We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d46629 commit d837c4aCopy full SHA for d837c4a
tests/test_server_integration.lua
@@ -46,6 +46,7 @@ T["server"]["start"] = function()
46
return _G.server and _G.server:is_running()
47
end, 100)
48
]])
49
+ eq(child.lua_get("_G.log"), true)
50
eq(child.lua_get("_G.server_started"), true)
51
sleep(1000)
52
eq(child.lua_get("_G.server.initialized"), true)
0 commit comments