hapijs / hoek

Node utilities shared among the extended hapi universe
Other
481 stars 171 forks source link

Fix 'compare is not a function' #351

Closed jamespsterling closed 4 years ago

jamespsterling commented 4 years ago

Fix issue with lab test trying to use compare(...) function out of scope.

Ex:

Failed tests:

  compare is not a function

  at Object.internals.array (~/Source/.../node_modules/@hapi/hoek/lib/contain.js:113:21)
  at Object.module.exports [as contain] (~/Source/.../node_modules/@hapi/hoek/lib/contain.js:36:26)
  at internals.Assertion.internals.include (~/Source/.../node_modules/@hapi/code/lib/index.js:212:29)
  at test (~/Source/.../server/test/company-matchmaking-companies-api.js:119:27)
  at process.internalTickCallback (internal/process/next_tick.js:77:7)