MCPcopy
hub / github.com/Mottie/Keyboard / appendFilteredTest

Function appendFilteredTest

testing/qunit-2.9.2.js:5110–5116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5108 }
5109
5110 function appendFilteredTest() {
5111 var testId = QUnit.config.testId;
5112 if (!testId || testId.length <= 0) {
5113 return "";
5114 }
5115 return "<div id='qunit-filteredTest'>Rerunning selected tests: " + escapeText(testId.join(", ")) + " <a id='qunit-clearFilter' href='" + escapeText(unfilteredUrl) + "'>Run all tests</a></div>";
5116 }
5117
5118 function appendUserAgent() {
5119 var userAgent = id("qunit-userAgent");

Callers 1

appendInterfaceFunction · 0.85

Calls 1

escapeTextFunction · 0.85

Tested by

no test coverage detected