test('Get task', async () => {
    try {
      await Tasks.getTask('fakeId');
    } catch (e) {
      expect(e.message).toBe('Task not found');