refactor(test): inject after_each differently

This commit is contained in:
Lewis Russell
2024-04-09 12:26:16 +01:00
committed by Lewis Russell
parent 889f81c65f
commit 81fc27124b
473 changed files with 478 additions and 476 deletions

View File

@@ -1,4 +1,4 @@
local t = require('test.functional.testutil')(after_each)
local t = require('test.functional.testutil')()
local eq, clear, call, write_file, command = t.eq, t.clear, t.call, t.write_file, t.command
local exc_exec = t.exc_exec
local eval = t.eval