Skip to content

Commit f4a1e3d

Browse files
Update packages/lib/src/childQueries/findChild/findChild.spec.tsx
Co-authored-by: Copilot <[email protected]>
1 parent a219fae commit f4a1e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/src/childQueries/findChild/findChild.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" />];

0 commit comments

Comments
 (0)