Tweet-311-Denver / tweet_311_denver_service

Backend for Tweet311Denver Turing Project
MIT License
1 stars 0 forks source link

Setup testing #11

Closed ap2322 closed 4 years ago

ap2322 commented 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:

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!

ap2322 commented 4 years ago

Added travis.yml to setup travis-ci