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 /portal/test/js/polyfill.js | |
parent | 91e3de96fd83cfda68b3a842702f1a70cc06768d (diff) |
test(js): move portal tests to global tests
Diffstat (limited to 'portal/test/js/polyfill.js')
-rw-r--r-- | portal/test/js/polyfill.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/portal/test/js/polyfill.js b/portal/test/js/polyfill.js deleted file mode 100644 index e394ec8..0000000 --- a/portal/test/js/polyfill.js +++ /dev/null @@ -1 +0,0 @@ -global.XMLHttpRequest = require("xmlhttprequest").XMLHttpRequest; |