mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 09:26:04 +00:00
test: Add basic call for release_data
I just want these for the typechecks
This commit is contained in:
parent
ed6b338f42
commit
ea5ce95ba5
1 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,11 @@ test('lastest_stable_release_data', async t => {
|
|||
t.is(result.tag_name, 'v22.10.2')
|
||||
})
|
||||
|
||||
test.todo('release_data')
|
||||
test('release_data', async t => {
|
||||
const result = await functions.release_data('v22.10.2', t.context.octokit)
|
||||
t.is(result.tag_name, 'v22.10.2')
|
||||
})
|
||||
|
||||
test.todo('nextflow_bin_url')
|
||||
test.todo('install_nextflow')
|
||||
|
||||
|
|
Loading…
Reference in a new issue