Polyfill for Array.prototype.findIndex
npm install phantomjs-polyfill-find-index
npm install --save-dev phantomjs-polyfill-find-index
`
Usage
`
require('phantomjs-polyfill')
`
Usage with Karma
Include the polyfill directly in the files list of your karma.conf
`
...
files: [
'./node_modules/phantomjs-polyfill-findIndex/findIndex-polyfill.js',
...
]
...
``