UNPKG

@jameslnewell/buildkite-pipelines

Version:
17 lines 521 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const stringify_1 = require("./stringify"); describe('stringify()', () => { test('outputs a yaml string', async () => { const result = await (0, stringify_1.stringify)({ steps: [ { label: 'lint', command: 'yarn run lint', }, ], }); expect(result).toMatchSnapshot(); }); }); //# sourceMappingURL=stringify.test.js.map