Skip to content

Commit b199c22

Browse files
committed
chore: remove test files from upstream PR
1 parent 1d3053f commit b199c22

3 files changed

Lines changed: 4 additions & 454 deletions

File tree

src/Client.js

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -307,21 +307,17 @@ class Client extends EventEmitter {
307307
webCacheOptions,
308308
);
309309

310-
await webCache.persist(
311-
this.currentIndexHtml,
312-
version,
313-
);
310+
await webCache.persist(this.currentIndexHtml, version);
314311
}
315312

316313
//Load util functions (serializers, helper functions)
317314
await this.pupPage.evaluate(LoadUtils);
318315

319316
// Check window.WWebJS Injection
320317
await this.pupPage
321-
.waitForFunction(
322-
'window.WWebJS != undefined',
323-
{ timeout: 30000 },
324-
)
318+
.waitForFunction('window.WWebJS != undefined', {
319+
timeout: 30000,
320+
})
325321
.catch(() => {
326322
throw 'ready timeout';
327323
});

tests/ab-comparison.js

Lines changed: 0 additions & 203 deletions
This file was deleted.

0 commit comments

Comments
 (0)