mirror of
https://github.com/xtermjs/xterm.js.git
synced 2026-02-01 16:48:16 +00:00
fix integration test
This commit is contained in:
parent
d7cebc312e
commit
828603cfab
@ -25,7 +25,7 @@ test.describe('ProgressAddon', () => {
|
||||
window.progressAddon?.dispose();
|
||||
window.progressAddon = new ProgressAddon();
|
||||
window.term.loadAddon(window.progressAddon);
|
||||
window.progressAddon.register((state, value) => window.progressStack.push({state, value}));
|
||||
window.progressAddon.onChange(progress => window.progressStack.push(progress));
|
||||
`);
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user