feat: add releases 2.4.4-p6, 2.4.5-p5 and 2.4.6-p3 (#169)

This commit is contained in:
Vinai Kopp
2023-10-11 06:25:00 +13:00
committed by GitHub
parent 68cbb2e752
commit 2086708ffc
8 changed files with 105 additions and 31 deletions
@@ -12,4 +12,8 @@ describe('validateKind', () => {
it('throws a helpful exception if custom versions are provided with the wrong kind', () => {
expect(() => validateKind(<any>"latest", [])).toThrowError();
})
it('returns `true` for kind `custom` with a custom versions', () => {
expect(validateKind("custom", "mage-os/project-community-edition:1.0.0".split(","))).toBe(true);
})
})