devtools/test/data/js_examples/test_with_dep.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 25 Feb 2015 17:13:46 +0100
changeset 10219 eacb8ea38bf5
parent 5742 74c19dac29cf
child 10426 ce213d6858f1
permissions -rw-r--r--
[devtools] add a method on CubicWebTC to fake data posted by standard cw forms. Closes #4985805

$(document).ready(function() {

  module("air");

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

});