Update Checkbox test description
This commit is contained in:
@ -65,7 +65,7 @@ describe("CheckBox", () => {
|
|||||||
it.each([
|
it.each([
|
||||||
["2713", "Segoe UI Symbol", "2713", "Segoe UI Symbol"],
|
["2713", "Segoe UI Symbol", "2713", "Segoe UI Symbol"],
|
||||||
[undefined, undefined, "2612", "MS Gothic"],
|
[undefined, undefined, "2612", "MS Gothic"],
|
||||||
])("should create a CheckBoxUtil with proper root and custom values", (inputChar, inputFont, actualChar, actualFont) => {
|
])("should create a CheckBox with proper root and custom values", (inputChar, inputFont, actualChar, actualFont) => {
|
||||||
const checkBox = new CheckBox("Custom Checkbox", {
|
const checkBox = new CheckBox("Custom Checkbox", {
|
||||||
checked: true,
|
checked: true,
|
||||||
checkedState: {
|
checkedState: {
|
||||||
@ -140,7 +140,7 @@ describe("CheckBox", () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should create a CheckBoxUtil with proper root, custom state, and no alias", () => {
|
it("should create a CheckBox with proper root, custom state, and no alias", () => {
|
||||||
const checkBox = new CheckBox(undefined, {
|
const checkBox = new CheckBox(undefined, {
|
||||||
checked: false,
|
checked: false,
|
||||||
checkedState: {
|
checkedState: {
|
||||||
|
Reference in New Issue
Block a user