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