DEV Community

Discussion on: Integration Testing with NodeJs, Jest, Knex and SQLite In-Memory Databases

Collapse
 
chaycesol profile image
Chayce Solchaga

There are so many complicated articles floating around about this topic - but you helped me solve my problem in less than 5 min! I was having a problem running tests with jest and supertest and my knex wasn't creating a test database to test them in. The way you laid it out fixed my issue. Thank you!