Skip to content

Commit

Permalink
chore: remove only keyword in test
Browse files Browse the repository at this point in the history
  • Loading branch information
js87zz committed Feb 8, 2022
1 parent 642fe77 commit a3284e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/editor/src/__test__/unit/wysiwyg/keymap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ describe('keymap', () => {
expect(wwe.getHTML()).toBe(expected);
});

describe.only('exitTable keymap', () => {
describe('exitTable keymap', () => {
it('should exit the table node and add paragraph', () => {
wwe.setSelection(5, 5); // in 'foo' cell

Expand Down

0 comments on commit a3284e6

Please sign in to comment.