Skip to content

Commit d77285b

Browse files
committed
INT-3226: Fix lint issue
1 parent 1b5fa57 commit d77285b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ts/browser/EditorBehaviorTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ describe('EditorBehaviourTest', () => {
135135

136136
eventStore.clearState();
137137
});
138-
it.only('INT-3226: onEditorChange is triggered only twice after calling insertContent', async () => {
138+
it('INT-3226: onEditorChange is triggered only twice after calling insertContent', async () => {
139139
using ctx = await render({ onEditorChange: eventStore.createHandler('onEditorChange') });
140140
const { editor } = ctx;
141141
editor.setContent('<p>abc</p>');

0 commit comments

Comments
 (0)