diff options
Diffstat (limited to 'src/node_modules/object-keys/test/index.js')
-rw-r--r-- | src/node_modules/object-keys/test/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/node_modules/object-keys/test/index.js b/src/node_modules/object-keys/test/index.js new file mode 100644 index 0000000..5402465 --- /dev/null +++ b/src/node_modules/object-keys/test/index.js @@ -0,0 +1,5 @@ +'use strict'; + +require('./isArguments'); + +require('./shim'); |