diff --git a/server/docs/tests.txt b/server/docs/tests.txt new file mode 100644 index 0000000..95c9b31 --- /dev/null +++ b/server/docs/tests.txt @@ -0,0 +1,3 @@ +DATABASE_URL=$(grep TEST_DATABASE_URL .env_test | cut -d '"' -f 2) sqlx migrate run + +dont forget to apply migrations to the test database before proceeding to test