From 2272f3d24a208891f88ac5790d0e07e537a37cce Mon Sep 17 00:00:00 2001 From: Julian Bilcke Date: Fri, 19 Jul 2024 16:55:53 +0200 Subject: [PATCH] ok --- README.md | 4 +++- src/lib/utils/formatSegmentForExport.test.ts | 1 + src/services/ui/getDefaultUIState.ts | 6 +++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29468fe4..09c5d0e4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ A public instance of Clapper is currently hosted on [Hugging Face](https://huggi # Badges -![Boss Bounty Badge](https://img.shields.io/endpoint.svg?url=https://api.boss.dev/badge/enabled/jbilcke-hf/clapper) +- Build and tests status: [![E2E & Unit Tests](https://github.com/jbilcke-hf/clapper/actions/workflows/tests.yml/badge.svg)](https://github.com/jbilcke-hf/clapper/actions/workflows/tests.yml) + +- Sponsor a feature: ![Boss Bounty Badge](https://img.shields.io/endpoint.svg?url=https://api.boss.dev/badge/enabled/jbilcke-hf/clapper) # Bounty Sponsors diff --git a/src/lib/utils/formatSegmentForExport.test.ts b/src/lib/utils/formatSegmentForExport.test.ts index 9ec44f67..4a288a7e 100644 --- a/src/lib/utils/formatSegmentForExport.test.ts +++ b/src/lib/utils/formatSegmentForExport.test.ts @@ -16,6 +16,7 @@ test('formatSegmentForExport', () => { 0 ) ).toStrictEqual({ + id: '301a3e6f-cb59-4a85-afd6-4737eeeee356', assetSourceType: 'EMPTY', assetUrl: '', category: 'generic', diff --git a/src/services/ui/getDefaultUIState.ts b/src/services/ui/getDefaultUIState.ts index 16b2a6a0..fb382a45 100644 --- a/src/services/ui/getDefaultUIState.ts +++ b/src/services/ui/getDefaultUIState.ts @@ -1,4 +1,8 @@ -import { ProjectCreationWizardStep, SettingsCategory, UIState } from '@aitube/clapper-services' +import { + ProjectCreationWizardStep, + SettingsCategory, + UIState, +} from '@aitube/clapper-services' export function getDefaultUIState(): UIState { const state: UIState = {