UNPKG

xhr2

Version:

XMLHttpRequest emulation for node.js

11 lines (10 loc) 338 B
window.addEventListener 'load', -> runner = null runner = mocha.run -> return if runner is null # Synchronous tests may call this spuriously. failures = runner.failures || 0 total = runner.total || 0 image = new Image() image.src = "/diediedie?failed=#{failures}&total=#{total}"; image.onload = -> null