devtools/test/data/js_examples/test_with_dep.js
author David Douard <david.douard@logilab.fr>
Mon, 15 Jul 2013 16:55:03 +0200
branchstable
changeset 9153 bc1b8e77d6ce
parent 5742 74c19dac29cf
child 10426 ce213d6858f1
permissions -rw-r--r--
[test/devctl] add a test case for i18ncube command

$(document).ready(function() {

  module("air");

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

});