awesomewm.d.tl/spec/global_env_def.tl

7 lines
235 B
Plaintext
Raw Normal View History

2023-09-03 20:33:47 +02:00
require("busted")
-- We still can't do that with teal 0.15.2+dev.
-- The fix for now is to redeclare assert in every test file,
-- tl throws a warning but it's non-blocking, so it'll do for now.
-- global assert = require("luassert")