--[[
Loads our library and all of its dependencies, then runs tests using TestEZ.
]]
-- If you add any dependencies, add them to this table so they'll be loaded!
local LOAD_MODULES =
-- This makes sure we can load Lemur and other libraries that depend on init.lua
package. = package. .. ";?/init.lua"
-- If this fails, make sure you've cloned all Git submodules of this repo!
local lemur = require
-- Create a virtual Roblox tree
local habitat = lemur..
-- We'll put all of our library code and dependencies here
local Root = habitat.:
-- Load all of the modules specified above
for _, module in ipairs
local runTests = habitat:
-- When Lemur implements a proper scheduling interface, we'll use that instead.
habitat: