From 7fe6414723346c72e304895ee8e5ae04dd0e2987 Mon Sep 17 00:00:00 2001 From: Fredrik Ringqvist <35255659+fredrikphotowall@users.noreply.github.com> Date: Thu, 28 Oct 2021 07:03:28 +0200 Subject: [PATCH] Update readme to redeploy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc8c84..893ad24 100644 --- a/README.md +++ b/README.md @@ -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. -. + +