From 847648192f57f4045588eed9d2f5849fbac4349b Mon Sep 17 00:00:00 2001 From: Logan Dupont Date: Thu, 1 May 2025 14:05:04 +0200 Subject: [PATCH] feat: add test fest events for Angular Community Meetup --- .../src/public/assets/data/community.json | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/angular-hub/src/public/assets/data/community.json b/angular-hub/src/public/assets/data/community.json index 6b3d48a..6c4e619 100644 --- a/angular-hub/src/public/assets/data/community.json +++ b/angular-hub/src/public/assets/data/community.json @@ -587,6 +587,45 @@ "callForPapersUrl": null, "callForPapersDueDate": null, "url": "https://www.meetup.com/angularcommunity/events/303963877/" + }, + { + "name": "Test Fest | Teenage Mutant Ninja Testing (Component Testing) | Rafael Mestre", + "type": "meetup", + "location": null, + "date": "2025-05-01", + "language": "English", + "isFree": true, + "isRemote": true, + "isOnsite": false, + "callForPapersUrl": null, + "callForPapersDueDate": null, + "url": "https://www.meetup.com/nl-NL/angularcommunity/events/307222774/" + }, + { + "name": "Test Fest | Fake It 'til You Mock It | Younes Jaaidi", + "type": "meetup", + "location": null, + "date": "2025-05-05", + "language": "English", + "isFree": true, + "isRemote": true, + "isOnsite": false, + "callForPapersUrl": null, + "callForPapersDueDate": null, + "url": "https://www.meetup.com/nl-NL/angularcommunity/events/307518382/" + }, + { + "name": "Test Fest | Structuring Code to Avoid Shell-Shocked Testing | Jason Warner", + "type": "meetup", + "location": null, + "date": "2025-05-08", + "language": "English", + "isFree": true, + "isRemote": true, + "isOnsite": false, + "callForPapersUrl": null, + "callForPapersDueDate": null, + "url": "https://www.meetup.com/nl-NL/angularcommunity/events/307550969/" } ] },