u.nvim/spec/renderer_spec.lua
Jonathan Apodaca c2cc24aa4a
Some checks failed
NeoVim tests / plenary-tests (push) Failing after 51s
use solely extmarks
2025-02-27 20:05:54 -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)