We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753ea81 commit 4d59ecaCopy full SHA for 4d59eca
src/common/buffer/BufferSet.test.ts
@@ -7,7 +7,6 @@ import { assert } from 'chai';
7
import { BufferSet } from 'common/buffer/BufferSet';
8
import { Buffer } from 'common/buffer/Buffer';
9
import { MockOptionsService, MockBufferService } from 'common/TestUtils.test';
10
-import { Emitter } from 'vs/base/common/event';
11
12
describe('BufferSet', () => {
13
let bufferSet: BufferSet;
@@ -82,5 +81,4 @@ describe('BufferSet', () => {
82
81
assert.equal(bufferSet.alt.markers.length, 0);
83
});
84
85
-
86
0 commit comments