1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/unit/webui/components/__snapshots__
2019-01-22 21:09:46 +01:00
..
copyToClipBoard.spec.js.snap chore: update snapshots 2019-01-21 20:54:28 +01:00
footer.spec.js.snap chore: update snapshot 2018-12-15 16:43:43 +01:00
header.spec.js.snap chore: update snapshots 2019-01-21 20:54:28 +01:00
help.spec.js.snap chore: update snapshots 2019-01-21 20:54:28 +01:00
login.spec.js.snap chore: update snapshots 2019-01-21 20:54:28 +01:00
noitems.spec.js.snap refactor: added flow and css in js (#1100) 2018-10-31 13:00:59 +08:00
notfound.spec.js.snap chore: update snapshots 2018-12-15 10:15:23 +01:00
package.spec.js.snap Package Refactor (#1145) 2018-12-13 19:05:47 +01:00
packagedetail.spec.js.snap refactor: relocate unit test 2018-06-23 20:57:12 +02:00
packagelist.spec.js.snap chore: fix unit test for search 2019-01-22 21:09:46 +01:00
readme.spec.js.snap refactor: added flow type checking (#1099) 2018-10-31 12:54:26 +08:00
search.spec.js.snap chore: update snapshots 2019-01-21 20:54:28 +01:00

// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`<Readme /> component should dangerously set html 1`] = `"<div class=\\"markdown-body\\"><h1>This is a test string</h1></div>"`;

exports[`<Readme /> component should load the component in default state 1`] = `"<div class=\\"markdown-body\\">test</div>"`;