From bef69c3a025405cfce66a1f279d89a67c95e8c55 Mon Sep 17 00:00:00 2001 From: Josh Ramer Date: Mon, 6 May 2024 00:41:09 -0500 Subject: [PATCH] typo --- docs/startup-testing-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/startup-testing-debugging.md b/docs/startup-testing-debugging.md index f1e662b91..ffb0c8894 100644 --- a/docs/startup-testing-debugging.md +++ b/docs/startup-testing-debugging.md @@ -1,6 +1,6 @@ # Startup, Testing, & Debugging --- -I know this sort of thing can be elementary to some, but to others it can save days or weeks worth of time & because I was searching for this kind of information in the repository & couldn't seem to find it, I wanted to try to provide a brief example of getting up & running, debugging code & tests. I won't be super explicit about everything because there is documentation in the reposity that can be found by searching. I'll just assume you use a terminal & a text editor because it's the simplest thing to understand. +I know this sort of thing can be elementary to some, but to others it can save days or weeks worth of time & because I was searching for this kind of information in the repository & couldn't seem to find it, I wanted to try to provide a brief example of getting up & running, debugging code & tests. I won't be super explicit about everything because there is documentation in the repository that can be found by searching. I'll just assume you use a terminal & a text editor because it's the simplest thing to understand. ## How to run & debug a specific test without running all the others to keep the feedback loop short? Borrowing from the CI scripts to make something workflow specific, we have the following.