MCPcopy Create free account
hub / github.com/Yaffle/EventSource / run

Function run

tests/qunit.js:1457–1471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1455 test.init();
1456 });
1457 function run() {
1458 // each of these can by async
1459 synchronize(function() {
1460 test.setup();
1461 });
1462 synchronize(function() {
1463 test.run();
1464 });
1465 synchronize(function() {
1466 test.teardown();
1467 });
1468 synchronize(function() {
1469 test.finish();
1470 });
1471 }
1472
1473 // `bad` initialized at top of scope
1474 // defer when previous test run passed, if storage is available

Callers 1

qunit.jsFile · 0.85

Calls 1

synchronizeFunction · 0.85

Tested by

no test coverage detected