MCPcopy Index your code
hub / github.com/MALSync/MALSync / testJquery

Function testJquery

test/headless/test.js:361–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

359async function singleCase(block, test, page, testPage, retry = 0) {
360 const saveCallback = await PreparePage(block, page, test.url, testPage);
361 const testJquery = () => page.evaluate(() => {
362 if (typeof jQuery === 'undefined') throw 'jquery could not be loaded';
363 })
364
365 await page
366 .addScriptTag({

Callers 1

singleCaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected