Trans.nvim/lua/test/demo_spec.lua

6 lines
103 B
Lua
Raw Normal View History

2023-03-22 14:37:44 +08:00
describe('Test Demo', function()
it('should work', function()
print('hello')
end)
end)