mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 04:43:35 +00:00
chore: add demo project
This commit is contained in:
committed by
Carlos Valente
parent
fef9ed4fcc
commit
ad9db4edd3
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user