MCPcopy Create free account
hub / github.com/compat-table/compat-table / byTestSuite

Function byTestSuite

build.js:44–48  ·  view source on GitHub ↗
(suite)

Source from the content-addressed store, hash-verified

42};
43
44var byTestSuite = function (suite) {
45 return function (browser) {
46 return Array.isArray(browser.test_suites) ? browser.test_suites.indexOf(suite)>-1 : true;
47 };
48};
49
50function closestString(possibilities, input) {
51 var closest;

Callers 1

build.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected