Remove relative path for jQuery inclusion in tests
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user