devtools/test/data/js_examples/test_with_dep.js
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 01 Jul 2011 11:27:20 +0200
branchstable
changeset 7594 d177c0755b10
parent 5742 74c19dac29cf
child 10426 ce213d6858f1
permissions -rw-r--r--
[cwc shell] add ``--password`` option to ``reset-admin-pwd`` (close #1794866) This will help batch. The help warn it's not very secure.

$(document).ready(function() {

  module("air");

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

});