strongloop / loopback-connector-informix

LoopBack connector for IBM Informix
Other
2 stars 2 forks source link

Fix init js #41

Closed qpresley closed 7 years ago

qpresley commented 7 years ago

Description

This PR fixes the require call for ./init.js such that it is always run instead of run as a before within the initial describe call. Leaving it as is results in unpredictable test results as in some cases ./init.js from Juggler gets run and overrides some of the values causing tests to fail.