tests: add ft_spec

This commit is contained in:
Marc Jakobi
2024-06-07 13:32:35 +02:00
parent 7270d62b3c
commit 03d08056c1
6 changed files with 36 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ local state = require("lz.n.state")
local loader = require("lz.n.loader")
local spy = require("luassert.spy")
describe("event", function()
describe("handlers.event", function()
it("can parse from string", function()
assert.same({
event = "VimEnter",