From bd0adfb22b2a15830108e2882cd9d9cfed43e460 Mon Sep 17 00:00:00 2001 From: Ron Tal Date: Wed, 17 Mar 2021 14:51:23 +0200 Subject: [PATCH] chore: add new test folder to codeowners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4421311c16..59c797f286 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,7 +17,7 @@ test/smoke/spec/iac/ @snyk/cloudconfig test/smoke/.iac-data/ @snyk/cloudconfig test/fixtures/sast/ @snyk/sast-team test/snyk-code-test.spec.ts @snyk/sast-team -test/iac-unit-tests/ @snyk/cloudconfig +test/jest/unit/iac-unit-tests/ @snyk/cloudconfig src/lib/errors/invalid-iac-file.ts @snyk/cloudconfig src/lib/errors/unsupported-options-iac-error.ts @snyk/cloudconfig help/commands-docs/iac-examples.md @snyk/cloudconfig