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 () => {
|
||||
// note: the waits in between are needed to make sure,
|
||||
// that the state got updated on the remote browser,
|
||||
// otherwise the test might fail in heavy load CI
|
||||
|
||||
Reference in New Issue
Block a user