We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b379253 commit e1a7ab9Copy full SHA for e1a7ab9
test/support_test.js
@@ -66,4 +66,9 @@ describe("support", function() {
66
const reply = support.process(tickets, message('gimme a compliment'))
67
assert.equal(reply.substr(-1, 1), '.')
68
})
69
+
70
+ it("gimme something that does not exist", function() {
71
+ const reply = support.process(tickets, message('gimme a unknown'))
72
+ assert.isTrue(reply.endsWith("can you try again?"))
73
+ })
74
0 commit comments