Skip to content

Commit

Permalink
chore: add tests for Iac support
Browse files Browse the repository at this point in the history
  • Loading branch information
orkamara committed Jun 29, 2020
1 parent 4a93ca3 commit 09f330c
Show file tree
Hide file tree
Showing 8 changed files with 711 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -8,4 +8,5 @@ src/lib/cloud-config-projects.ts @snyk/cloudconfig
src/lib/iac/ @snyk/cloudconfig
src/lib/snyk-test/iac-test-result.ts @snyk/cloudconfig
src/lib/snyk-test/payload-schema.ts @snyk/cloudconfig
src/lib/snyk-test/run-iac-test.ts @snyk/cloudconfig
src/lib/snyk-test/run-iac-test.ts @snyk/cloudconfig
test/acceptance/cli-test/cli-test.iac-k8s.spec.ts @snyk/cloudconfig
2 changes: 2 additions & 0 deletions test/acceptance/cli-test/cli-test.acceptance.test.ts
Expand Up @@ -25,6 +25,7 @@ import { PythonTests } from './cli-test.python.spec';
import { RubyTests } from './cli-test.ruby.spec';
import { SbtTests } from './cli-test.sbt.spec';
import { YarnTests } from './cli-test.yarn.spec';
import { IacK8sTests } from './cli-test.iac-k8s.spec';
import { AllProjectsTests } from './cli-test.all-projects.spec';

const languageTests: AcceptanceTests[] = [
Expand All @@ -40,6 +41,7 @@ const languageTests: AcceptanceTests[] = [
RubyTests,
SbtTests,
YarnTests,
IacK8sTests,
];

const { test, only } = tap;
Expand Down

0 comments on commit 09f330c

Please sign in to comment.