Trans.nvim/lua/test/demo_spec.lua
2023-03-22 14:37:44 +08:00

6 lines
103 B
Lua

describe('Test Demo', function()
it('should work', function()
print('hello')
end)
end)