From dc80c6e5b9bfc1f999186acddd90a83922da0588 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Mon, 25 Sep 2023 23:10:25 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b03a986..a28d795 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,3 +11,8 @@ To create a new module, clone this repository and run: A suite of test-helpers exists to run `terraform apply` on modules with variables, and test script output against containers. Reference existing `*.test.ts` files for implementation. + +```sh +# Run tests for a specific module! +$ bun test -t '' +``` \ No newline at end of file