refactor: try to add unit test

This commit is contained in:
JuanZoran
2023-03-22 14:37:44 +08:00
parent 8be4fb7303
commit f63574026a
7 changed files with 27 additions and 20 deletions

5
lua/test/demo_spec.lua Normal file
View File

@@ -0,0 +1,5 @@
describe('Test Demo', function()
it('should work', function()
print('hello')
end)
end)