devtools/test/data/js_examples/test_with_dep.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 20 Aug 2010 08:29:48 +0200
branchstable
changeset 6127 747e423093fc
parent 5742 74c19dac29cf
child 10426 ce213d6858f1
permissions -rw-r--r--
[ms, c-c] new command checking for consistency / potentian flaws and enhancements of mapping file of a multi-sources instance

$(document).ready(function() {

  module("air");

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

});