File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Baz.displayName = 'Baz';
3030( Bar as any ) . isBar = true ;
3131( Baz as any ) . isBaz = true ;
3232
33- describe ( 'packages/compound-component /findChild' , ( ) => {
33+ describe ( 'packages/lib /findChild' , ( ) => {
3434 test ( 'should find a child component with matching static property' , ( ) => {
3535 // Create an iterable to test different iteration scenarios
3636 const children = [ < Foo text = "Foo" /> , < Bar text = "Bar" /> ] ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Baz.displayName = 'Baz';
3030( Bar as any ) . isBar = true ;
3131( Baz as any ) . isBaz = true ;
3232
33- describe ( 'packages/compound-component /findChildren' , ( ) => {
33+ describe ( 'packages/lib /findChildren' , ( ) => {
3434 describe ( 'basic functionality' , ( ) => {
3535 it ( 'should find all children with matching static property' , ( ) => {
3636 const children = [
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export const Wizard = CompoundComponent(
5555 ) ;
5656
5757 /**
58- * NB: We're intentionally do _not_ wrap the `Wizard` (or `WizardStep`) component in a container element.
58+ * NB: We intentionally do _not_ wrap the `Wizard` (or `WizardStep`) component in a container element.
5959 * This is done to ensure the Wizard is flexible, and can be rendered in any containing layout.
6060 */
6161 return (
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export const WizardStep = CompoundSubComponent(
3636 ] ) ;
3737
3838 /**
39- * NB: We're intentionally do _not_ wrap the WizardStep` component in a container element.
39+ * NB: We intentionally do _not_ wrap the ` WizardStep` component in a container element.
4040 * This is done to ensure the Wizard is flexible, and can be rendered in any containing layout.
4141 */
4242 return (
You can’t perform that action at this time.
0 commit comments