From f0cf3e3a922b1926a533e1fa6afc4435533630f9 Mon Sep 17 00:00:00 2001 From: Elijah Shackelford <33649649+eshack94@users.noreply.github.com> Date: Thu, 7 Oct 2021 13:28:53 -0400 Subject: [PATCH] sbt: add test example (#6739) --- pages/common/sbt.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/sbt.md b/pages/common/sbt.md index 7e789a3861..f91bf8c0c0 100644 --- a/pages/common/sbt.md +++ b/pages/common/sbt.md @@ -11,6 +11,10 @@ `sbt new {{scala/hello-world.g8}}` +- Compile and run all tests: + +`sbt test` + - Delete all generated files in the `target` directory: `sbt clean`