kin: auto-commit after pipeline
This commit is contained in:
parent
c767c6157a
commit
348aa07fec
3 changed files with 74 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ describe('api.projectLinks', () => {
|
|||
|
||||
it('возвращает массив ProjectLink', async () => {
|
||||
const links = [
|
||||
{ id: 1, from_project: 'KIN', to_project: 'BRS', link_type: 'depends_on', description: null, created_at: '2026-01-01' },
|
||||
{ id: 1, from_project: 'KIN', to_project: 'BRS', type: 'depends_on', description: null, created_at: '2026-01-01' },
|
||||
]
|
||||
mockFetch(links)
|
||||
const result = await api.projectLinks('KIN')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue