Some checks failed
NeoVim tests / plenary-tests (push) Failing after 51s
8 lines
161 B
Lua
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)
|