Getting Tests to Clear the DB
Fix the integration tests and add some scripts to clear the database (DB) on test runs.
We'll cover the following...
We are almost done fixing the integration test for the persistence feature. As you recall, we:
- Wrote an integration test that verifies that tasks persist between sessions
- Wrote unit tests for API functions and the
useTaskshook, which implements the required features - Implemented the API functions and the
useTaskshook.
Ask