I am using Jest to test my express API with SQLite database, but the following problem appeared - test are run before DB is ready and tables are created.I am using Jest to test my express API with SQL
I am using Jest to test my express API with SQLite database, but the following problem appeared - test are run before DB is ready and tables are created.I am using Jest to test my express API with SQL