feat: init-express-backend #6
@ -31,7 +31,6 @@ describe("Test the root path", () => {
|
|||||||
request(app)
|
request(app)
|
||||||
.get("/")
|
.get("/")
|
||||||
.then(response => {
|
.then(response => {
|
||||||
console.log(response)
|
|
||||||
expect(response.text).toEqual("hello world from dev")
|
expect(response.text).toEqual("hello world from dev")
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user