devtools/test/data/js_examples/test_with_dep.js
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Fri, 24 Sep 2010 18:38:24 +0200
branchstable
changeset 6344 0cb0d8d83e4c
parent 5742 74c19dac29cf
child 10426 ce213d6858f1
permissions -rw-r--r--
[book] add a link in hooks section to test, talk about create_entity in tests section

$(document).ready(function() {

  module("air");

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

});