diff options
author | Clombrong <clombrong@egregore.fun> | 2025-05-30 10:55:32 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-05-30 10:55:32 +0200 |
commit | 591038ba4f718007cacdf7a4f58b3c375fa2ee97 (patch) | |
tree | 5ef6770eb5ba8ddcd956e8e3a86dbbe49c898384 /test/js/polyfill.js | |
parent | 91e3de96fd83cfda68b3a842702f1a70cc06768d (diff) |
test(js): move portal tests to global tests
Diffstat (limited to 'test/js/polyfill.js')
-rw-r--r-- | test/js/polyfill.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js/polyfill.js b/test/js/polyfill.js new file mode 100644 index 0000000..e394ec8 --- /dev/null +++ b/test/js/polyfill.js @@ -0,0 +1 @@ +global.XMLHttpRequest = require("xmlhttprequest").XMLHttpRequest; |