kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-17 18:23:33 +02:00
parent c767c6157a
commit 348aa07fec
3 changed files with 74 additions and 2 deletions

View file

@ -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')