diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 9836225892b1c..24eef1b596b72 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### Internal + +- `CheckboxControl`: Add unit tests ([#41165](https://github.com/WordPress/gutenberg/pull/41165)). + ## 19.11.0 (2022-05-18) ### Enhancements diff --git a/packages/components/src/checkbox-control/test/__snapshots__/index.tsx.snap b/packages/components/src/checkbox-control/test/__snapshots__/index.tsx.snap new file mode 100644 index 0000000000000..408f18d8c7e77 --- /dev/null +++ b/packages/components/src/checkbox-control/test/__snapshots__/index.tsx.snap @@ -0,0 +1,42 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`CheckboxControl Basic rendering should render the indeterminate icon when in the indeterminate state 1`] = ` +Snapshot Diff: +- First value ++ Second value + +@@ -8,17 +8,31 @@ + + ++ + +