test('Get product', async () => {
    try {
      await Products.getProduct({ _id: 'fakeId' });
    } catch (e) {
      expect(e.message).toBe('Product not found');