fix version to latest

This commit is contained in:
CrazyMax
2023-03-10 11:09:18 +01:00
parent e8785f775f
commit 008acd5bc6
5 changed files with 12 additions and 8 deletions

View File

@ -37,6 +37,15 @@ describe('getInputs', () => {
channel: 'test',
context: 'foo',
} as context.Inputs
],
[
2,
new Map<string, string>([]),
{
version: 'latest',
channel: '',
context: '',
} as context.Inputs
]
])(
'[%d] given %p as inputs, returns %p',