Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Commit 299cc85

Browse files
committed
Remove log from jest.env.js
1 parent d337001 commit 299cc85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jest.env.js

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ async function waitForPostgreSQL() {
1313
try {
1414
pingPostgreSQL()
1515
} catch (_) {
16-
console.log(_)
1716
await sleep(1000)
1817
return waitForPostgreSQL()
1918
}

0 commit comments

Comments
 (0)