UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

12 lines (9 loc) 368 B
import { createYamlLocalPipeline } from "./__utils__/helpers"; import config from "./rails-k8s-with-worker"; /** * This test is auto-generated. * Modifications will be overwritten on every `yarn test` run! */ it("matches snapshot for rails-k8s-with-worker local pipeline YAML", async () => { expect(await createYamlLocalPipeline(config)).toMatchSnapshot(); });