Skip to content

Commit

Permalink
test: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 4, 2024
1 parent 742dc27 commit 51ef995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/table.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ describe('Table', () => {
})
})

describe.only('formatTextWithMargins', () => {
describe('formatTextWithMargins', () => {
describe('wrap + align left', () => {
it('formats short string', () => {
expect(
Expand Down

0 comments on commit 51ef995

Please sign in to comment.