u.nvim/spec/renderer_spec.lua
Jonathan Apodaca 407347bfbc
Some checks failed
NeoVim tests / plenary-tests (push) Failing after 10s
use solely extmarks
2025-02-26 23:36:00 -07:00

8 lines
161 B
Lua

local Renderer = require 'u.renderer'
describe('Renderer', function()
it('markup_to_string', function()
assert.are.equal(true, false) -- TODO
end)
end)