MCPcopy Index your code
hub / github.com/nodejs/node / assertBidiIsEnabled

Function assertBidiIsEnabled

test/fixtures/wpt/resources/testdriver.js:19–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 })();
18
19 function assertBidiIsEnabled(){
20 if (!features.includes('bidi')) {
21 throw new Error(
22 "`?feature=bidi` is missing when importing testdriver.js but the test is using WebDriver BiDi APIs");
23 }
24 }
25
26 function assertTestIsTentative(){
27 const testPath = location.pathname;

Callers 1

testdriver.jsFile · 0.85

Calls 1

includesMethod · 0.80

Tested by

no test coverage detected