parcoursup/node_modules/jsdom-global/browser.js
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01:00

11 lines
206 B
JavaScript

/*
* this is what browserify will use if you use browserify on your tests.
* no need to bootstrap a DOM environment in a browser.
*/
module.exports = function () {
return noop
}
function noop () { }