test("should be invalid", async () => {
    await asyncHelper(
      asyncTester(
        () => {
          return Promise.resolve(false);