diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-20 18:09:14 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-20 18:09:14 +0000 |
| commit | b436e0dd12167719c0f918a27df3ab4f43113d4c (patch) | |
| tree | 85639dcf134f8ec20d408f203532cc11eb6a3561 /test/unit/index.js | |
| parent | 5b8f5eddbf2d39ed8242255fd6188f1275561195 (diff) | |
| parent | 15b3651a3070cffeadeca83255e2052f519d5db8 (diff) | |
Merge branch 'webpack-4-dart-sass' into 'develop'
Massive update for dependencies
See merge request pleroma/pleroma-fe!734
Diffstat (limited to 'test/unit/index.js')
| -rw-r--r-- | test/unit/index.js | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/test/unit/index.js b/test/unit/index.js index 03b19e32..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) @@ -9,5 +5,5 @@ testsContext.keys().forEach(testsContext) // require all src files except main.js for coverage. // you can also change this to match only the subset of files that // you want coverage for. -const srcContext = require.context('../../src', true, /^\.\/(?!main(\.js)?$)/) -srcContext.keys().forEach(srcContext) +// const srcContext = require.context('../../src', true, /^\.\/(?!main(\.js)?$)/) +// srcContext.keys().forEach(srcContext) |
