X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fspec%2Fjquery.spec.js;h=1f473c9eefee2e334c1053f990ce54bb164aabe3;hb=488cca89d455a440eae959ecd1d53c0770dcaaf1;hp=2f3baa8326416998923fe5ef339188e41ef8f644;hpb=b185ea6d84262b492e83f3359d51cf17b88966d5;p=mkws-moved-to-github.git diff --git a/test/spec/jquery.spec.js b/test/spec/jquery.spec.js index 2f3baa8..1f473c9 100644 --- a/test/spec/jquery.spec.js +++ b/test/spec/jquery.spec.js @@ -5,7 +5,7 @@ */ describe("jQuery suite simple", function () { - var $ = require('jquery'); + var $ = require('jQuery'); it("jQuery append test", function () { $("body").append("

test passes h1

");