you-dont-need / You-Dont-Need-Lodash-Underscore

List of JavaScript methods which you can use natively + ESLint Plugin
MIT License
18.61k stars 813 forks source link

Fix _first test #352

Closed AlexP11223 closed 1 year ago

AlexP11223 commented 1 year ago

Looks like arr[0] was added like suggested in #312 but the test was not updated causing yarn test failure.

ODudek commented 1 year ago

@AlexP11223 Thanks for the contribution!