Skip to content

Commit

Permalink
feat: expose setup function
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jul 6, 2024
1 parent 09c9796 commit 3644d14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/neotest-golang/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,7 @@ setmetatable(M.Adapter, {
end,
})

--- Adapter setup function.
M.Adapter.setup = options.setup

return M.Adapter

0 comments on commit 3644d14

Please sign in to comment.