UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

13 lines (10 loc) 383 B
import { it, expect } from "vitest"; import { createYamlLocalPipeline } from "./__utils__/helpers"; import config from "./native-app"; /** * This test is auto-generated. * Modifications will be overwritten on every `yarn test` run! */ it("matches snapshot for native-app local pipeline YAML", async () => { expect(await createYamlLocalPipeline(config)).toMatchSnapshot(); });