devtools/test/data/js_examples/test_with_dep.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 07 Feb 2011 18:19:40 +0100
changeset 6946 e350771c23a3
parent 5742 74c19dac29cf
child 10426 ce213d6858f1
permissions -rw-r--r--
[pyrorql source] using 'time' option type is more convenient

$(document).ready(function() {

  module("air");

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

});