Skip to content

Commit 2556137

Browse files
committed
Remove only
1 parent 8264931 commit 2556137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api/Terminal.api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ describe('API Integration Tests', function(): void {
297297
});
298298
});
299299

300-
describe.only('Events', () => {
300+
describe('Events', () => {
301301
it('onCursorMove', async () => {
302302
await openTerminal(page);
303303
await page.evaluate(`

0 commit comments

Comments
 (0)