Sha256: eed63be7b073507ed0c4918fd422e4bbcdebf57951054c1666db80ac42c0d783
Contents?: true
Size: 386 Bytes
Versions: 24
Compression:
Stored size: 386 Bytes
Contents
load("test/qunit.js"); Envjs("test/index.html", {}); test("'index.html' loaded correctly via 'Envjs()' call", function(){ expect(1); try{ ok(document.getElementById('body').id == "body", "'index.html' page content available"); }catch(e){print(e);} }); test("window.location= following Envjs() initialization flagged as error", function(){ expect(0); });
Version data entries
24 entries across 24 versions & 4 rubygems