mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
remove left over .only
This commit is contained in:
@@ -179,7 +179,7 @@ describe('ImageAddon', () => {
|
||||
});
|
||||
|
||||
describe('image lifecycle & eviction', () => {
|
||||
it.only('delete image once scrolled off', async () => {
|
||||
it('delete image once scrolled off', async () => {
|
||||
await writeToTerminal(SIXEL_SEQ_0);
|
||||
pollFor(page, 'window.imageAddon._storage._images.size', 1);
|
||||
// scroll to scrollback + rows - 1
|
||||
|
||||
Reference in New Issue
Block a user