Skip to content

Commit 02660b6

Browse files
feat/fix: Add instructions for running the test su
1 parent e2a7f59 commit 02660b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

path/to/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
4. Set up the test database by running the following command:
2+
```
3+
createdb test_db
4+
```
5+
5. Run the test suite using the following command:

0 commit comments

Comments
 (0)