From f000a012d45ab39c22462a9f28ea05a8a15edb58 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Fri, 12 May 2023 23:52:35 -0400 Subject: [PATCH] good tests preamble --- content/notes/good-tests/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/notes/good-tests/index.md b/content/notes/good-tests/index.md index 6ac5cff..74cda7d 100644 --- a/content/notes/good-tests/index.md +++ b/content/notes/good-tests/index.md @@ -4,6 +4,8 @@ date: 2023-05-12T23:40:19-04:00 draft: false --- +_(Notes for a Viget article I'm putting together)_ + * Most importantly: **give you confidence to make changes** * You need proper end-to-end testing * Set up your data (fresh per test)