refactor(tests): soon it will be too far

This commit is contained in:
Oleksandr Smirnov 2025-03-22 20:38:55 +02:00
parent 2ca302a7a5
commit 4bf2806537
No known key found for this signature in database
6 changed files with 8 additions and 13 deletions

View file

@ -1,7 +1,5 @@
local t = require "spec.testutils"
local child, T = t.setup()
T["gotests"] = MiniTest.new_set {}
local child, T = t.setup "gotests"
--- NOTE: :GoTestAdd is the only place that has actual logic
--- All other parts are handled `gotests` itself.