We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44962e0 commit a49f037Copy full SHA for a49f037
1 file changed
test.js
@@ -8,7 +8,7 @@ describe("Index", function () {
8
superagent.get("http://localhost:3000/")
9
.end(function (e, res) {
10
(e === null).should.equal(true);
11
- res.text.should.equal("Heey buddy!");
+ res.text.should.equal("Hey buddy!");
12
done();
13
});
14
0 commit comments