Add dot to redeploy

This commit is contained in:
Niklas Fondberg
2021-10-18 16:41:30 +02:00
committed by GitHub
parent 1f11fd7288
commit e821e41500
+1 -1
View File
@@ -46,4 +46,4 @@ Each test is build around inserting fake data in the empty db, fetching that dat
To write new inserts into the DB generate sql files with js in the src/**test**/db_generator tool. Then load the new sql file in the containerSetup.ts file.
When you have the data you need in the db, write tests in all.test.ts file following the pattern already set.
.