Skip to content

Commit

Permalink
ci: trying to fix parser error
Browse files Browse the repository at this point in the history
  • Loading branch information
wllfaria committed Aug 16, 2024
1 parent bb337ff commit 76f44da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/tests/parser_spec.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
describe("parser", function()
local parser = require("ledger.parser")

require("nvim-treesitter.install").ensure_installed("ledger")

before_each(function()
require("nvim-treesitter.install").ensure_installed("ledger")
vim.cmd.enew()
Expand Down

0 comments on commit 76f44da

Please sign in to comment.