it("Should work with single key check", () => {
      expect(is<ElectricCar>(JSON.parse(JSON.stringify(mustang)), "battery")).toBe(false);
    });