mediawiki-skins-Vector/tests/jest/__snapshots__/App.test.js.snap
bwang 66359e8fa5 Setup jest unit tests and add basic test cases for AB.js and App.vue
Bug: T300561
Change-Id: Ib7c314b094bd823ae233374f63c9094724d6c06f
2022-01-31 20:50:33 +00:00

36 lines
730 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`App renders a typeahead search component 1`] = `
<wvui-typeahead-search-stub
accesskey="f"
aria-label="Search MediaWiki"
buttonlabel="searchbutton"
client="[object Object]"
domain="localhost"
formaction=""
highlightquery="true"
id="searchform"
initialinputvalue=""
placeholder="Search MediaWiki"
searchpagetitle="Special:Search"
showdescription="true"
showthumbnail="true"
suggestionslabel="searchresults"
title="search"
urlgenerator="[object Object]"
>
<input
name="title"
type="hidden"
value="Special:Search"
/>
<input
name="wprov"
type="hidden"
value="acrw1"
/>
<span />
</wvui-typeahead-search-stub>
`;