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

Function skipSubtests

test/wpt/status/WebCryptoAPI.cjs:20–28  ·  view source on GitHub ↗
(...entries)

Source from the content-addressed store, hash-verified

18}
19
20function skipSubtests(...entries) {
21 for (const [file, regexp] of entries) {
22 conditionalSubtestSkips[file] ||= {
23 'skipTests': [],
24 };
25
26 conditionalSubtestSkips[file].skipTests.push(regexp);
27 }
28}
29
30if (!hasOpenSSL(3, 0)) {
31 skip(

Callers 1

WebCryptoAPI.cjsFile · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…