chore: add demo project

This commit is contained in:
Carlos Valente
2025-08-05 18:45:50 +02:00
committed by Carlos Valente
parent fef9ed4fcc
commit ad9db4edd3
5 changed files with 316 additions and 496 deletions
@@ -54,10 +54,10 @@ describe('safeMerge', () => {
expect(mergedData.project).toStrictEqual({
title: 'new title',
description: 'Turin 2022',
url: 'www.github.com/cpvalente/ontime',
description: demoDb.project.description,
url: demoDb.project.url,
info: 'new backstage info',
logo: null,
logo: demoDb.project.logo,
custom: [
{
title: 'new custom title',