From e821e4150087bcf2312fad1a9250de73851df182 Mon Sep 17 00:00:00 2001 From: Niklas Fondberg Date: Mon, 18 Oct 2021 16:41:30 +0200 Subject: [PATCH] Add dot to redeploy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47aa333..3bc8c84 100644 --- a/README.md +++ b/README.md @@ -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. - +.