-- Adds the sources to Lua's path so that busted can find all the modules
require "set_paths"
return {
default = {
loaders = { "teal" },
},
}