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 d837c4a commit 0356e45Copy full SHA for 0356e45
tests/test_server_integration.lua
@@ -59,6 +59,7 @@ T["server"]["start without initialize"] = function()
59
return _G.server and _G.server:is_running()
60
end, 100)
61
]])
62
+ eq(child.lua_get("_G.notifications"), true)
63
eq(child.lua_get("_G.server_started"), true)
64
sleep(1000)
65
eq(child.lua_get("_G.server.initialized"), false)
0 commit comments