verida / data-connector-server

1 stars 2 forks source link

Add Google calendar event handler #102

Closed chime3 closed 2 weeks ago

chime3 commented 2 months ago

Closes #97

chime3 commented 1 month ago

calendar-event-tests calendar-tests

tahpot commented 1 month ago

Test isn't passing for me.

Screenshot 2024-09-30 at 6 36 01 PM

chime3 commented 4 weeks ago

What's changed

How to test

image

chime3 commented 3 weeks ago

You can't make changes to tests/common.tests.ts. That is used by the other handler tests.

Reverted and didn't use runGenericTests function of common unit tests, but used buildTestObjects and checkItem function.

Instead, added test cases in calendar-event.tests.ts file.