summaryrefslogtreecommitdiffstats
path: root/node_modules/scheduler/unstable_mock.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/scheduler/unstable_mock.js')
-rw-r--r--node_modules/scheduler/unstable_mock.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/node_modules/scheduler/unstable_mock.js b/node_modules/scheduler/unstable_mock.js
deleted file mode 100644
index e72ea31..0000000
--- a/node_modules/scheduler/unstable_mock.js
+++ /dev/null
@@ -1,7 +0,0 @@
-'use strict';
-
-if (process.env.NODE_ENV === 'production') {
- module.exports = require('./cjs/scheduler-unstable_mock.production.min.js');
-} else {
- module.exports = require('./cjs/scheduler-unstable_mock.development.js');
-}