diff options
Diffstat (limited to 'test/tests/global-shim-config.js')
-rw-r--r-- | test/tests/global-shim-config.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/tests/global-shim-config.js b/test/tests/global-shim-config.js deleted file mode 100644 index 62139f6e3..000000000 --- a/test/tests/global-shim-config.js +++ /dev/null @@ -1,3 +0,0 @@ -(function(window) { - window.ME = dep; -})(typeof window != 'undefined' ? window : global);
\ No newline at end of file |