Tests: no-bitwise

This commit is contained in:
Amine Ben hammou
2017-10-25 12:10:29 +00:00
parent 16111a99fb
commit b31e8ce5f2
2 changed files with 0 additions and 4 deletions

View File

@ -23,9 +23,6 @@ if (!global.document || !global.window) {
global.window = document.parentWindow;
global.navigator = global.window.navigator;
global.window.Node.prototype.contains = function (node) {
return this.compareDocumentPosition(node) & 16;
};
}
const testHelpers = require('./loadHelpers.js');
global.testHelpers = testHelpers;