test('Get checklist item', async () => {
    try {
      await ChecklistItems.getChecklistItem('fakeId');
    } catch (e) {
      expect(e.message).toBe('Checklist item not found');