Tutorial angefangen
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user