devtools/test/data/js_examples/test_with_dep.js
author Rabah Meradi <rabah.meradi@logilab.fr>
Tue, 23 Jun 2015 13:08:48 +0200
changeset 10456 e7ee508a8b2f
parent 10429 98ea2b865210
permissions -rw-r--r--
[js] Using appropriate http method when calling a remote function to respect REST principles. closes #5355952

$(document).ready(function() {

  QUnit.module("air");

  QUnit.test("test 1", function (assert) {
      assert.equal(a, 4);
  });

});