Commit 9e75682e authored by nanahira's avatar nanahira

more unit tests

parent 13ea100d
Pipeline #14712 passed with stages
in 1 minute and 21 seconds
......@@ -66,6 +66,7 @@ describe('Command', () => {
it('Should infer option types', () => {
expect(pingCommand._options.sound.type).toEqual('string');
expect(pangCommand._arguments[0].type).toEqual('string');
});
it('should call command', async () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment