Skip to content

test: remove arguments.callee usage

Rodrigo Muino Tomonari requested to merge github/fork/silverwind/no-callee into master

arguments.callee is forbidden in strict mode and the fact that it's being used masked a possible error in this test like in this case:

https://ci.nodejs.org/job/node-test-binary-arm/101/RUN_SUBSET=0,nodes=pi1-raspbian-wheezy/tapTestReport/test.tap-39/

Merge request reports

Loading