Beispiel #1
0
 it("should return current state", () => {
   const checkbox = new TriStateCheckbox(TristateState.on);
   expect(checkbox.state()).toBe("on");
 });