Remove relative path for jQuery inclusion in tests

This commit is contained in:
Tautvidas Sipavičius
2015-08-13 14:59:01 +03:00
parent 7a43980f32
commit 3b0a6edc22

View File

@@ -27,4 +27,4 @@ if (!global.document || !global.window) {
};
}
global.$ = global.jQuery = global.window.jQuery = require('../../node_modules/jquery/dist/jquery.js');
global.$ = global.jQuery = global.window.jQuery = require('jquery');