Skip to content

Commit

Permalink
export optional_arg as opt for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
L3MON4D3 committed Nov 5, 2024
1 parent 1bba533 commit 1d7577c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ function M.session_setup_luasnip(opts)
sp = require("luasnip.nodes.snippetProxy")
pf = require("luasnip.extras.postfix").postfix
k = require("luasnip.nodes.key_indexer").new_key
opt = require("luasnip.nodes.optional_arg").new_opt
]])
end

Expand Down

0 comments on commit 1d7577c

Please sign in to comment.