aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es6-symbol/test/implement.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/es6-symbol/test/implement.js')
-rw-r--r--node_modules/es6-symbol/test/implement.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/node_modules/es6-symbol/test/implement.js b/node_modules/es6-symbol/test/implement.js
deleted file mode 100644
index eb35c3018..000000000
--- a/node_modules/es6-symbol/test/implement.js
+++ /dev/null
@@ -1,3 +0,0 @@
-'use strict';
-
-module.exports = function (t, a) { a(typeof Symbol, 'function'); };