test: add skip and fix paths
This commit is contained in:
parent
e293180359
commit
69c51692e7
2 changed files with 14 additions and 13 deletions
|
|
@ -11,7 +11,7 @@ local T = MiniTest.new_set {
|
|||
}
|
||||
T["iferr"] = MiniTest.new_set {}
|
||||
T["iferr"]["works"] = function()
|
||||
local tmp = vim.env.HOME .. "/test.go"
|
||||
local tmp = t.tmpfile()
|
||||
|
||||
local fixtures = t.fixtures.read "iferr/iferr"
|
||||
t.fixtures.write(tmp, fixtures.input)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue