Skip to content

Commit

Permalink
chore: remove focus test
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Feb 12, 2025
1 parent 45646ae commit 40ea34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/migration/emphasis.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('migrating emphasis', () => {
`);
});

it.only('moves whitespace surrounding phrasing content (emphasis, strong, etc) to the appropriate place', () => {
it('moves whitespace surrounding phrasing content (emphasis, strong, etc) to the appropriate place', () => {
const md = '**bold **and also_ italic_ and*** bold italic***aaaaaah';

const mdx = migrate(md);
Expand Down

0 comments on commit 40ea34d

Please sign in to comment.