Tutorial angefangen

This commit is contained in:
silas
2018-09-27 12:32:28 +02:00
parent 4a5d41fe70
commit d2a5489c32
21 changed files with 491 additions and 216 deletions

View File

@@ -23,7 +23,7 @@ async function afterEachTest(t) {
return await t.eval(() => indexedDB.deleteDatabase('wordRotator'));
}
let isLocal = true;
let isLocal = false;
if (isLocal) {
fixture`Play`
.page`https://127.0.0.1/pwa/wordRotator/publicTest/`.beforeEach(async t => {