MCPcopy Create free account
hub / github.com/dachev/node-cld / runAll

Function runAll

test/runner.js:17–22  ·  view source on GitHub ↗
(tests)

Source from the content-addressed store, hash-verified

15}
16
17function runAll(tests) {
18 for (var i = 0; i < tests.length; i++) {
19 var test = tests[i];
20 runOne(test.name, test.text, test.reliable);
21 }
22}
23
24var tests = [
25 {name:'AFRIKAANS', text:data.kTeststr_af_Latn, reliable:true},

Callers 1

runner.jsFile · 0.85

Calls 1

runOneFunction · 0.85

Tested by

no test coverage detected