Skip to content

Commit

Permalink
remove only in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed May 22, 2024
1 parent f9ec93b commit 14ef0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/trans.render.spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ describe('trans with context property', () => {
});
});

describe.only('trans with formatting', () => {
describe('trans with formatting', () => {
function TestComponent({ parent }) {
return (
<>
Expand Down

0 comments on commit 14ef0f6

Please sign in to comment.