aboutsummaryrefslogtreecommitdiff
path: root/test/unit/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/index.js')
-rw-r--r--test/unit/index.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/index.js b/test/unit/index.js
index 642099db..83a2dcdb 100644
--- a/test/unit/index.js
+++ b/test/unit/index.js
@@ -1,7 +1,3 @@
-// Polyfill fn.bind() for PhantomJS
-/* eslint-disable no-extend-native */
-Function.prototype.bind = require('function-bind')
-
// require all test files (files that ends with .spec.js)
const testsContext = require.context('./specs', true, /\.spec$/)
testsContext.keys().forEach(testsContext)