refactor: try to add unit test
This commit is contained in:
5
lua/test/demo_spec.lua
Normal file
5
lua/test/demo_spec.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
describe('Test Demo', function()
|
||||
it('should work', function()
|
||||
print('hello')
|
||||
end)
|
||||
end)
|
Reference in New Issue
Block a user