1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`SearchResultEntry should render 1`] = `
5 className="list-group-item active"
6 to="/documentation/foo/bar"
11 "highlights": Object {},
15 "navTitle": undefined,
16 "relativeName": "foo/bar",
17 "text": "Foobar is a universal variable understood to represent whatever is being discussed.",
28 "highlights": Object {},
32 "navTitle": undefined,
33 "relativeName": "foo/bar",
34 "text": "Foobar is a universal variable understood to represent whatever is being discussed.",
45 exports[`SearchResultText should correctly extract exact matches 1`] = `
54 "text": "Foobar is a universal ",
58 "text": "variable understood",
62 "text": " to represent whatever is being discussed.",
70 exports[`SearchResultText should render with highlights 1`] = `
79 "text": "Foobar is a ",
87 "text": " variable understood to represent whatever is being discussed.",
95 exports[`SearchResultText should render without highlights 1`] = `""`;
97 exports[`SearchResultTitle should render not without highlights 1`] = `
99 className="list-group-item-heading"
102 "fontWeight": "normal",
110 exports[`SearchResultTitle should render with highlights 1`] = `
112 className="list-group-item-heading"
115 "fontWeight": "normal",
132 exports[`SearchResultTokens should render 1`] = `
140 variable understood to represent whatever is being discussed.