summaryrefslogtreecommitdiffstats
path: root/node_modules/mongoose/lib/helpers/printJestWarning.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mongoose/lib/helpers/printJestWarning.js')
-rw-r--r--node_modules/mongoose/lib/helpers/printJestWarning.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/node_modules/mongoose/lib/helpers/printJestWarning.js b/node_modules/mongoose/lib/helpers/printJestWarning.js
deleted file mode 100644
index eb3a8eb..0000000
--- a/node_modules/mongoose/lib/helpers/printJestWarning.js
+++ /dev/null
@@ -1,8 +0,0 @@
-'use strict';
-
-if (typeof jest !== 'undefined' && typeof window !== 'undefined') {
- console.warn('Mongoose: looks like you\'re trying to test a Mongoose app ' +
- 'with Jest\'s default jsdom test environment. Please make sure you read ' +
- 'Mongoose\'s docs on configuring Jest to test Node.js apps: ' +
- 'http://mongoosejs.com/docs/jest.html');
-} \ No newline at end of file