before(async () => {
    await User.remove();
    testUser = await User.create(UserFactory.generate());
  });