0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/test/unit/webui/components/__snapshots__
2019-03-04 22:34:10 +01:00
..
copyToClipBoard.spec.js.snap chore: update snapshots 2019-01-21 20:54:28 +01:00
footer.spec.js.snap refactor: versions and footer snapshot 2019-02-19 23:02:46 +01:00
header.spec.js.snap chore: fixed united test 2019-01-23 07:43:23 +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: fixes unit tests for <NoItems/> component 2019-02-06 23:45:48 +01:00
notfound.spec.js.snap chore: fix unpublish issues, fix unit test 2019-02-24 23:20:25 +01:00
package.spec.js.snap Package Refactor (#1145) 2018-12-13 19:05:47 +01:00
packagelist.spec.js.snap refactor: fixes snapshot 2019-03-04 22:34:10 +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>"`;