senecajs / seneca-auth

A Seneca user authentication plugin for Hapi and Express
http://senecajs.org
MIT License
33 stars 29 forks source link

Tests failing with Seneca@1.4.0 #85

Closed shanel262 closed 8 years ago

shanel262 commented 8 years ago

The tests are failing on travis when using Seneca@1.4.0, although it works with 2.0.1 (except with Node@6). https://travis-ci.org/senecajs/seneca-auth/builds/125576505

shanel262 commented 8 years ago

Travis log error: 'seneca is already decorated with the property', the property is: 'si.use(require('seneca-entity'))'. This error only occurs when using Seneca@1.4.0. When using Seneca@2.0.1 and Node@6 a possible leak is detected with module 'Reflect' https://travis-ci.org/senecajs/seneca-auth/builds/129071401 #90

mihaidma commented 8 years ago

solved: https://github.com/senecajs/seneca-auth/pull/92