@catladder/pipeline
Version: 
Panter workflow for cloud CI/CD and DevOps
12 lines (9 loc) • 382 B
text/typescript
import { createYamlLocalPipeline } from "./__utils__/helpers";
import config from "./node-build-with-custom-image";
/**
 * This test is auto-generated.
 * Modifications will be overwritten on every `yarn test` run!
 */
it("matches snapshot for node-build-with-custom-image local pipeline YAML", async () => {
  expect(await createYamlLocalPipeline(config)).toMatchSnapshot();
});