summaryrefslogtreecommitdiff
path: root/mocha_test/support/is_browser.js
diff options
context:
space:
mode:
Diffstat (limited to 'mocha_test/support/is_browser.js')
-rw-r--r--mocha_test/support/is_browser.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/mocha_test/support/is_browser.js b/mocha_test/support/is_browser.js
deleted file mode 100644
index 85e1522..0000000
--- a/mocha_test/support/is_browser.js
+++ /dev/null
@@ -1,4 +0,0 @@
-module.exports = function() {
- return (typeof process === "undefined") ||
- (process + "" !== "[object process]"); // browserify
-};