6 lines
103 B
Lua
6 lines
103 B
Lua
describe('Test Demo', function()
|
|
it('should work', function()
|
|
print('hello')
|
|
end)
|
|
end)
|