Skip to content

Commit 55cec25

Browse files
committed
ADD logs
1 parent 5dc7bd6 commit 55cec25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/angular/test/e2e.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ fixture`Example page`
1313
test.page('http://localhost:8888/')('insert/edit/remove a hero', async t => {
1414

1515
// check if pouchdb server is up
16+
console.log('Try reaching pouchdb server...');
1617
const res = await fetch('http://localhost:10101/');
1718
const data = await res.json();
1819
if (!data.version) {

0 commit comments

Comments
 (0)