Sha256: ea130a827963ee60c635621524f8ff567b8e42dd1bee569ae4f50a4327c3af67

Contents?: true

Size: 324 Bytes

Versions: 7

Compression:

Stored size: 324 Bytes

Contents

load("test/qunit.js");

window.addEventListener("load",function(){
  print("\n\nTesting with " + whichInterpreter);
  print("Handling onload for test.js");
  print("Loading tests.");

  load("test/unit/prototypecompat.js");

  print("Load complete. Running tests.");
});

window.location = "test/index.html";

Envjs.wait();

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
smparkes-envjs-0.0.9 test/prototype.js
smparkes-envjs-0.0.8 test/prototype.js
smparkes-envjs-0.0.7 test/prototype.js
smparkes-envjs-0.0.6 test/prototype.js
smparkes-envjs-0.0.5 test/prototype.js
smparkes-envjs-0.0.4 test/prototype.js
smparkes-envjs-0.0.3 test/prototype.js