html.js 159 Bytes Raw Blame History Permalink 1 2 3 4 5 define(["doh/main", "require"], function(doh, require){ if(doh.isBrowser){ doh.register("tests.html", require.toUrl("./html/test_set.html"), 30000); } });