We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc7bd6 commit 55cec25Copy full SHA for 55cec25
examples/angular/test/e2e.test.js
@@ -13,6 +13,7 @@ fixture`Example page`
13
test.page('http://localhost:8888/')('insert/edit/remove a hero', async t => {
14
15
// check if pouchdb server is up
16
+ console.log('Try reaching pouchdb server...');
17
const res = await fetch('http://localhost:10101/');
18
const data = await res.json();
19
if (!data.version) {
0 commit comments