diff options
Diffstat (limited to 'node_modules/es6-weak-map/test/is-native-implemented.js')
-rw-r--r-- | node_modules/es6-weak-map/test/is-native-implemented.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/node_modules/es6-weak-map/test/is-native-implemented.js b/node_modules/es6-weak-map/test/is-native-implemented.js deleted file mode 100644 index df8ba0323..000000000 --- a/node_modules/es6-weak-map/test/is-native-implemented.js +++ /dev/null @@ -1,3 +0,0 @@ -'use strict'; - -module.exports = function (t, a) { a(typeof t, 'boolean'); }; |