Skip to content

Commit 97df39e

Browse files
djhiMadeorsk
authored andcommitted
Remove only in tests
1 parent d8a7cad commit 97df39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-core/src/controller/field/ReferenceFieldBase.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('<ReferenceFieldBase />', () => {
4242
});
4343
});
4444

45-
it.only('should pass the correct resource down to child component', async () => {
45+
it('should pass the correct resource down to child component', async () => {
4646
const MyComponent = () => {
4747
const resource = useResourceContext();
4848
return <div>{resource}</div>;

0 commit comments

Comments
 (0)