awesomewm.d.tl/.busted

9 lines
155 B
Plaintext
Raw Normal View History

2023-04-24 00:14:32 +02:00
-- Adds the sources to Lua's path so that busted can find all the modules
require "set_paths"
2022-10-30 15:11:14 +01:00
return {
default = {
2023-04-24 00:14:32 +02:00
loaders = { "teal" },
2022-10-30 15:11:14 +01:00
},
}