async.js 76 B

123456
  1. QUnit.start();
  2. test("just a test", function() {
  3. expect(1);
  4. ok(true);
  5. });