Update readme to redeploy

This commit is contained in:
Fredrik Ringqvist
2021-10-28 07:03:28 +02:00
committed by GitHub
parent 68e7414e32
commit 7fe6414723
+2 -1
View File
@@ -46,4 +46,5 @@ 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.
.