devtools/test/data/static/js_examples/test_with_dep.js
author David Douard <david.douard@logilab.fr>
Tue, 19 Jul 2016 19:30:10 +0200
branch3.22
changeset 11438 828483a88825
parent 10935 049209b9e9d6
permissions -rw-r--r--
[webctl] set uid of file produced by gen-static-datadir (closes #11298794)

$(document).ready(function() {

  QUnit.module("air");

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

});