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-02-06 23:45:48 +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: 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 feat: not found page (#1208) 2019-01-31 21:58:59 +01:00
package.spec.js.snap Package Refactor (#1145) 2018-12-13 19:05:47 +01:00
packagelist.spec.js.snap refactor: fixes unit tests for detail URLs 2019-02-06 23:34:40 +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>"`;