diff options
author | Clombrong <clombrong@egregore.fun> | 2025-04-24 16:22:03 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-04-24 16:22:03 +0200 |
commit | 1db20a50974dd33874d28aa78f69a25aa4294a94 (patch) | |
tree | d2b24d2801fdd21001cdd7bc2da6ecad65724d2e /test/js/polyfill.js | |
parent | 9c36f4089d4636f37853d0c13d6a6ca2f4fd6b05 (diff) |
fix: rearrange all portals under common portal/ folder
Diffstat (limited to 'test/js/polyfill.js')
-rw-r--r-- | test/js/polyfill.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/js/polyfill.js b/test/js/polyfill.js deleted file mode 100644 index e394ec8..0000000 --- a/test/js/polyfill.js +++ /dev/null @@ -1 +0,0 @@ -global.XMLHttpRequest = require("xmlhttprequest").XMLHttpRequest; |