From fdf09de40de6d70f3d0cf07d6ca830ca68a9301c Mon Sep 17 00:00:00 2001 From: Joost Hofman Date: Thu, 20 Apr 2023 16:31:21 +0200 Subject: [PATCH] Add a sample record with two timeline items Signed-off-by: Joost Hofman --- plugins/tech-radar/src/sample.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/tech-radar/src/sample.ts b/plugins/tech-radar/src/sample.ts index a967d2cbe7..9f6d65a683 100644 --- a/plugins/tech-radar/src/sample.ts +++ b/plugins/tech-radar/src/sample.ts @@ -177,6 +177,11 @@ entries.push({ date: new Date('2020-08-06'), description: 'long description', }, + { + ringId: 'trial', + date: new Date('2020-07-05'), + description: 'long description', + }, ], links: [ {