Skip to content

Commit

Permalink
chore: remove stripping
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jul 22, 2024
1 parent 568d71e commit d1642e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 82 deletions.
1 change: 0 additions & 1 deletion lua/neotest-golang/lib/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ M.cmd = require("neotest-golang.lib.cmd")
M.find = require("neotest-golang.lib.find")
M.json = require("neotest-golang.lib.json")
M.string = require("neotest-golang.lib.string")
M.strip = require("neotest-golang.lib.strip")

return M
79 changes: 0 additions & 79 deletions lua/neotest-golang/lib/strip.lua

This file was deleted.

2 changes: 0 additions & 2 deletions lua/neotest-golang/process.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ function M.test_results(spec, result, tree)
end

logger.debug({ "Raw output from readfile", raw_output })
local cleaned_table = lib.strip.cleanTable(raw_output)
logger.debug({ "Table should be stripped from ansi codes", cleaned_table })
local gotest_output = lib.json.decode_from_table(raw_output)
logger.debug({ "Table JSON-decoded", gotest_output })

Expand Down

0 comments on commit d1642e8

Please sign in to comment.