From a25e662a273f376bdf04a70e33577d4c4648ada9 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 20 Apr 2024 11:57:00 -0700 Subject: [PATCH] remove outdated reference to Atom/Chlorine Signed-off-by: Sean Corfield --- doc/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index a778ddf..c7e723a 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -74,7 +74,7 @@ How you run tests will depend a lot on the tooling and/or IDE/editor that you us ### Editor Integration -While you are developing tests, it's probably best to run them via your editor (using the REPL connected to it). Most Clojure integrations for editors allow you run an individual test, all tests in a given namespace, or all tests in the project. You'll have to consult the documentation for your chosen editor/integration for the ways to do that. _[In Chlorine for Atom, it's `ctrl-; t` to run a single test and `ctrl-; x` to run all the tests in the current namespace.]_ +While you are developing tests, it's probably best to run them via your editor (using the REPL connected to it). Most Clojure integrations for editors allow you run an individual test, all tests in a given namespace, or all tests in the project. You'll have to consult the documentation for your chosen editor/integration for the ways to do that. ### REPL