We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a219fae commit f4a1e3dCopy full SHA for f4a1e3d
packages/lib/src/childQueries/findChild/findChild.spec.tsx
@@ -30,7 +30,7 @@ Baz.displayName = 'Baz';
30
(Bar as any).isBar = true;
31
(Baz as any).isBaz = true;
32
33
-describe('packages/compound-component/findChild', () => {
+describe('packages/lib/findChild', () => {
34
test('should find a child component with matching static property', () => {
35
// Create an iterable to test different iteration scenarios
36
const children = [<Foo text="Foo" />, <Bar text="Bar" />];
0 commit comments