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