refactor(tests): clean up everywhere

This commit is contained in:
Oleksandr Smirnov 2025-03-22 20:12:25 +02:00
parent 1cb507fa40
commit b2780c8efb
No known key found for this signature in database
6 changed files with 30 additions and 7 deletions

View file

@ -16,9 +16,7 @@ local function do_the_test(fixture, pos)
child.cmd "write"
t.eq(t.readfile(rs.tmp), rs.fixtures.output)
-- without it all other(not even from this module) tests are falling
t.deletefile(rs.tmp)
t.cleanup(rs)
end
T["comment"] = MiniTest.new_set {}