You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.
I got the following while running tests for feathers-hooks-common on Node 4.
3) validate DEPRECATED hooks validateUsingCallback test fails on errors:
Uncaught ReferenceError: Reflect is not defined
at BadRequest.ExtendableBuiltin (node_modules/feathers-errors/lib/index.js:21:20)
at BadRequest.FeathersError (node_modules/feathers-errors/lib/index.js:99:87)
at new BadRequest (node_modules/feathers-errors/lib/index.js:140:79)
at cb (lib/common.js:317:64)
at null._onTimeout (test/validate.test.js:47:15)
4) validate DEPRECATED hooks validate Promise function test fails on errors:
Uncaught ReferenceError: Reflect is not defined
at BadRequest.ExtendableBuiltin (node_modules/feathers-errors/lib/index.js:21:20)
at BadRequest.FeathersError (node_modules/feathers-errors/lib/index.js:99:87)
at new BadRequest (node_modules/feathers-errors/lib/index.js:140:79)
at null._onTimeout (test/validate.test.js:129:26)
I got the following while running tests for feathers-hooks-common on Node 4.
Lines 316-318 are
I required babel-polyfill and the problem didn't occur.
The text was updated successfully, but these errors were encountered: