first commit
This commit is contained in:
8
modules/blockwishlist/tests/UI/setup.js
Normal file
8
modules/blockwishlist/tests/UI/setup.js
Normal file
@@ -0,0 +1,8 @@
|
||||
require('jsdom-global')();
|
||||
global.productsAlreadyTagged = [];
|
||||
global.window.prestashop = {
|
||||
customer: {
|
||||
is_logged: false
|
||||
}
|
||||
};
|
||||
global.expect = require('expect');
|
||||
Reference in New Issue
Block a user