Closed ap2322 closed 4 years ago
Using the hapi.js framework, Sequelize ORM, and lab testing library, I'm getting the following error:
The following leaks were detected:@@any-promise/REGISTRATION
In this repo, the connection to sequelize was setup using the Sequelize CLI. Relevant files include:
config/config.json
models/index.js
To run the test suite locally, use the command npx lab to replicate the error.
npx lab
Thanks for taking a look, @thatPamIAm I appreciate your help!
Added travis.yml to setup travis-ci
Using the hapi.js framework, Sequelize ORM, and lab testing library, I'm getting the following error:
In this repo, the connection to sequelize was setup using the Sequelize CLI. Relevant files include:
config/config.json
models/index.js
To run the test suite locally, use the command
npx lab
to replicate the error.Thanks for taking a look, @thatPamIAm I appreciate your help!