Relative Content

Tag Archive for node.jstypescriptpostgresqlsqlitesequelize.js

Sequelize doesn’t works well with tests

I have some tests and, if I run only that test individually, it works normally, but if I run all the tests, it keeps printing No description found for "Users" table. Check the table name and schema; remember, they _are_ case sensitive., but that doesn’t makes sense, because it doesn’t happen if I only run that test block.

Sequelize doesn’t works well with tests

I have some tests and, if I run only that test individually, it works normally, but if I run all the tests, it keeps printing No description found for "Users" table. Check the table name and schema; remember, they _are_ case sensitive., but that doesn’t makes sense, because it doesn’t happen if I only run that test block.