We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402fdd0 commit 8267864Copy full SHA for 8267864
1 file changed
src/vscode-multi-select/vscode-multi-select.test.ts
@@ -22,7 +22,7 @@ describe('vscode-multi-select', () => {
22
23
const badge = el.shadowRoot?.querySelector('.select-face-badge');
24
25
- expect(badge).lightDom.to.eq('1 item selected');
+ expect(badge).lightDom.to.eq('1 selected');
26
expect(el.selectedIndexes).to.eql([1]);
27
expect(el.value).to.eql(['Ipsum']);
28
});
0 commit comments