it("A partial check should generate a false positive check", () => {
      expect(is<ElectricCar>(JSON.parse(JSON.stringify(mustang)), "power")).toBe(true);
    });