]> source.dussan.org Git - sonarqube.git/blob
6cf27012dfd01423836af3a9ad17785d5f12daf0
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render items without the ones in the facet 1`] = `
4 Array [
5   Object {
6     "label": "java",
7     "value": "java",
8   },
9   Object {
10     "label": "js",
11     "value": "js",
12   },
13   Object {
14     "label": "csharp",
15     "value": "csharp",
16   },
17 ]
18 `;