test: unit (#97)

* refactor(utils): remove unused function

* fix(installer): actually pass what should be passed

* docs: add explanation comment

* test: add utils

* refactor(utils): flatten the dir of files

* remove .luarc
This commit is contained in:
Smirnov Oleksandr 2025-03-21 22:10:40 +02:00 committed by Oleksandr Smirnov
parent 9aa0038125
commit 7af08c9780
No known key found for this signature in database
8 changed files with 39 additions and 26 deletions

View file

@ -12,7 +12,7 @@
local log = require "gopher._utils.log"
local tags = require "gopher.struct_tags"
local tests = require "gopher.gotests"
local gocmd = require("gopher._utils.runner.gocmd").run
local gocmd = require("gopher._utils.gocmd").run
local gopher = {}
---@toc_entry Setup