devtools/test/data/js_examples/test_with_dep.js
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 31 Mar 2015 10:22:05 +0200
changeset 10322 d7c33cbdce8b
parent 5742 74c19dac29cf
child 10426 ce213d6858f1
permissions -rw-r--r--
[web] kill https-deny-anonymous option (closes #5193687) It doesn't make much sense to prevent people from using https.

$(document).ready(function() {

  module("air");

  test("test 1", function() {
      equals(a, 4);
  });

});