rm log
Some checks failed
Build Docker Image Front / run (push) Successful in 23s
Build Docker Image Back / run (push) Successful in 19s
Build Docker Image Front / run (pull_request) Successful in 22s
Build Docker Image Back / run (pull_request) Successful in 21s
coverage / coverage (pull_request) Failing after 35s

This commit is contained in:
Clement 2024-05-04 12:08:10 +02:00
parent 848ccbf5b4
commit c238c547b8

View File

@ -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();
});