We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6b720 commit f1b061cCopy full SHA for f1b061c
test/connect/hello-test.js
@@ -20,7 +20,7 @@ describe("hello", function () {
20
return fetch("http://localhost:3000")
21
.then(res => res.text())
22
.then(text => {
23
- assert.equal(text,
+ assert.equal(text, responseText);
24
});
25
26
0 commit comments