diff options
| author | Henry Jameson <me@hjkos.com> | 2019-04-24 21:53:51 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-04-24 21:53:51 +0300 |
| commit | 2b5cf61a8f9a84467495721f170df7ae1288959b (patch) | |
| tree | bde66486ba547e8df8ad0897c9992fb1de4f0f5c /test/unit/index.js | |
| parent | fd171da0dc6ee8404278ba4083a28cc01d724040 (diff) | |
firefox
Diffstat (limited to 'test/unit/index.js')
| -rw-r--r-- | test/unit/index.js | 4 |
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) |
