7 lines
235 B
Plaintext
7 lines
235 B
Plaintext
|
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")
|