aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-generator-function/test/corejs.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-generator-function/test/corejs.js')
-rw-r--r--node_modules/is-generator-function/test/corejs.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/is-generator-function/test/corejs.js b/node_modules/is-generator-function/test/corejs.js
new file mode 100644
index 00000000..73f0c89c
--- /dev/null
+++ b/node_modules/is-generator-function/test/corejs.js
@@ -0,0 +1,5 @@
+'use strict';
+
+require('core-js');
+
+require('./');