summaryrefslogtreecommitdiff
path: root/www/wiki/tests/qunit/suites/resources/test.sinonjs/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/tests/qunit/suites/resources/test.sinonjs/index.js')
-rw-r--r--www/wiki/tests/qunit/suites/resources/test.sinonjs/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/wiki/tests/qunit/suites/resources/test.sinonjs/index.js b/www/wiki/tests/qunit/suites/resources/test.sinonjs/index.js
new file mode 100644
index 00000000..b1be9d18
--- /dev/null
+++ b/www/wiki/tests/qunit/suites/resources/test.sinonjs/index.js
@@ -0,0 +1,3 @@
+// Hack: Disable 'module.exports' from ResourceLoader
+// (Otherwise Sinon assumes context as Node.js instead of a browser)
+module.exports = null;