mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
feat: add releases 2.4.4-p6, 2.4.5-p5 and 2.4.6-p3 (#169)
This commit is contained in:
@@ -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);
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user