@@ -4,7 +4,6 @@ exports[`QuickOpenModal Basic render with mount & searchType = functions 1`] = `
44<QuickOpenModal
55clearHighlightLineRange = { [MockFunction ]}
66closeQuickOpen = { [MockFunction ]}
7- displayedSources = { Array []}
87enabled = { true }
98highlightLineRange = { [MockFunction ]}
109isOriginal = { false }
@@ -13,6 +12,7 @@ exports[`QuickOpenModal Basic render with mount & searchType = functions 1`] = `
1312selectSpecificLocation = { [MockFunction ]}
1413setQuickOpenQuery = { [MockFunction ]}
1514shortcutsModalEnabled = { false }
15+ sources = { Array []}
1616symbols = {
1717Object {
1818" functions" :Array [],
@@ -130,7 +130,6 @@ exports[`QuickOpenModal Basic render with mount & searchType = variables 1`] = `
130130<QuickOpenModal
131131clearHighlightLineRange = { [MockFunction ]}
132132closeQuickOpen = { [MockFunction ]}
133- displayedSources = { Array []}
134133enabled = { true }
135134highlightLineRange = { [MockFunction ]}
136135isOriginal = { false }
@@ -139,6 +138,7 @@ exports[`QuickOpenModal Basic render with mount & searchType = variables 1`] = `
139138selectSpecificLocation = { [MockFunction ]}
140139setQuickOpenQuery = { [MockFunction ]}
141140shortcutsModalEnabled = { false }
141+ sources = { Array []}
142142symbols = {
143143Object {
144144" functions" :Array [],
@@ -240,7 +240,6 @@ exports[`QuickOpenModal Basic render with mount 1`] = `
240240<QuickOpenModal
241241clearHighlightLineRange = { [MockFunction ]}
242242closeQuickOpen = { [MockFunction ]}
243- displayedSources = { Array []}
244243enabled = { true }
245244highlightLineRange = { [MockFunction ]}
246245isOriginal = { false }
@@ -249,6 +248,7 @@ exports[`QuickOpenModal Basic render with mount 1`] = `
249248selectSpecificLocation = { [MockFunction ]}
250249setQuickOpenQuery = { [MockFunction ]}
251250shortcutsModalEnabled = { false }
251+ sources = { Array []}
252252symbols = {
253253Object {
254254" functions" :Array [],
@@ -400,7 +400,6 @@ exports[`QuickOpenModal Simple goto search query = :abc & searchType = goto 1`]
400400<QuickOpenModal
401401clearHighlightLineRange = { [MockFunction ]}
402402closeQuickOpen = { [MockFunction ]}
403- displayedSources = { Array []}
404403enabled = { true }
405404highlightLineRange = { [MockFunction ]}
406405isOriginal = { false }
@@ -409,6 +408,7 @@ exports[`QuickOpenModal Simple goto search query = :abc & searchType = goto 1`]
409408selectSpecificLocation = { [MockFunction ]}
410409setQuickOpenQuery = { [MockFunction ]}
411410shortcutsModalEnabled = { false }
411+ sources = { Array []}
412412symbols = {
413413Object {
414414" functions" :Array [],
@@ -515,7 +515,6 @@ exports[`QuickOpenModal showErrorEmoji false when count + query 1`] = `
515515<QuickOpenModal
516516clearHighlightLineRange = { [MockFunction ]}
517517closeQuickOpen = { [MockFunction ]}
518- displayedSources = { Array []}
519518enabled = { true }
520519highlightLineRange = { [MockFunction ]}
521520isOriginal = { false }
@@ -524,6 +523,7 @@ exports[`QuickOpenModal showErrorEmoji false when count + query 1`] = `
524523selectSpecificLocation = { [MockFunction ]}
525524setQuickOpenQuery = { [MockFunction ]}
526525shortcutsModalEnabled = { false }
526+ sources = { Array []}
527527symbols = {
528528Object {
529529" functions" :Array [],
@@ -672,7 +672,6 @@ exports[`QuickOpenModal showErrorEmoji false when goto numeric ':2222' 1`] = `
672672<QuickOpenModal
673673clearHighlightLineRange = { [MockFunction ]}
674674closeQuickOpen = { [MockFunction ]}
675- displayedSources = { Array []}
676675enabled = { true }
677676highlightLineRange = { [MockFunction ]}
678677isOriginal = { false }
@@ -681,6 +680,7 @@ exports[`QuickOpenModal showErrorEmoji false when goto numeric ':2222' 1`] = `
681680selectSpecificLocation = { [MockFunction ]}
682681setQuickOpenQuery = { [MockFunction ]}
683682shortcutsModalEnabled = { false }
683+ sources = { Array []}
684684symbols = {
685685Object {
686686" functions" :Array [],
@@ -786,7 +786,6 @@ exports[`QuickOpenModal showErrorEmoji false when no query 1`] = `
786786<QuickOpenModal
787787clearHighlightLineRange = { [MockFunction ]}
788788closeQuickOpen = { [MockFunction ]}
789- displayedSources = { Array []}
790789enabled = { true }
791790highlightLineRange = { [MockFunction ]}
792791isOriginal = { false }
@@ -795,6 +794,7 @@ exports[`QuickOpenModal showErrorEmoji false when no query 1`] = `
795794selectSpecificLocation = { [MockFunction ]}
796795setQuickOpenQuery = { [MockFunction ]}
797796shortcutsModalEnabled = { false }
797+ sources = { Array []}
798798symbols = {
799799Object {
800800" functions" :Array [],
@@ -911,7 +911,6 @@ exports[`QuickOpenModal showErrorEmoji true when goto not numeric ':22k22' 1`] =
911911<QuickOpenModal
912912clearHighlightLineRange = { [MockFunction ]}
913913closeQuickOpen = { [MockFunction ]}
914- displayedSources = { Array []}
915914enabled = { true }
916915highlightLineRange = { [MockFunction ]}
917916isOriginal = { false }
@@ -920,6 +919,7 @@ exports[`QuickOpenModal showErrorEmoji true when goto not numeric ':22k22' 1`] =
920919selectSpecificLocation = { [MockFunction ]}
921920setQuickOpenQuery = { [MockFunction ]}
922921shortcutsModalEnabled = { false }
922+ sources = { Array []}
923923symbols = {
924924Object {
925925" functions" :Array [],
@@ -1025,7 +1025,6 @@ exports[`QuickOpenModal showErrorEmoji true when no count + query 1`] = `
10251025<QuickOpenModal
10261026clearHighlightLineRange = { [MockFunction ]}
10271027closeQuickOpen = { [MockFunction ]}
1028- displayedSources = { Array []}
10291028enabled = { true }
10301029highlightLineRange = { [MockFunction ]}
10311030isOriginal = { false }
@@ -1034,6 +1033,7 @@ exports[`QuickOpenModal showErrorEmoji true when no count + query 1`] = `
10341033selectSpecificLocation = { [MockFunction ]}
10351034setQuickOpenQuery = { [MockFunction ]}
10361035shortcutsModalEnabled = { false }
1036+ sources = { Array []}
10371037symbols = {
10381038Object {
10391039" functions" :Array [],
@@ -1167,7 +1167,6 @@ exports[`QuickOpenModal updateResults on enable 1`] = `
11671167<QuickOpenModal
11681168clearHighlightLineRange = { [MockFunction ]}
11691169closeQuickOpen = { [MockFunction ]}
1170- displayedSources = { Array []}
11711170enabled = { false }
11721171highlightLineRange = { [MockFunction ]}
11731172isOriginal = { false }
@@ -1176,6 +1175,7 @@ exports[`QuickOpenModal updateResults on enable 1`] = `
11761175selectSpecificLocation = { [MockFunction ]}
11771176setQuickOpenQuery = { [MockFunction ]}
11781177shortcutsModalEnabled = { false }
1178+ sources = { Array []}
11791179symbols = {
11801180Object {
11811181" functions" :Array [],
@@ -1192,7 +1192,6 @@ exports[`QuickOpenModal updateResults on enable 2`] = `
11921192<QuickOpenModal
11931193clearHighlightLineRange = { [MockFunction ]}
11941194closeQuickOpen = { [MockFunction ]}
1195- displayedSources = { Array []}
11961195enabled = { true }
11971196highlightLineRange = { [MockFunction ]}
11981197isOriginal = { false }
@@ -1201,6 +1200,7 @@ exports[`QuickOpenModal updateResults on enable 2`] = `
12011200selectSpecificLocation = { [MockFunction ]}
12021201setQuickOpenQuery = { [MockFunction ]}
12031202shortcutsModalEnabled = { false }
1203+ sources = { Array []}
12041204symbols = {
12051205Object {
12061206" functions" :Array [],