parcoursup/node_modules/jsdom-global/browser.js

11 lines
206 B
JavaScript
Raw Normal View History

2023-03-05 13:23:23 +01:00
/*
* 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 () { }