test('Watch growthHack', async () => {
    await GrowthHacks.watchGrowthHack(growthHack._id, true, user._id);

    const watchedGH = await GrowthHacks.getGrowthHack(growthHack._id);