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__
Priscila c3edcbfcf5 Header Section Refactor - New UI (#1006)
Includes:
 - Created css variables in JS.
 - Added JS helpers.
 - Replaced old sidebar by the "APP Bar" component from Material UI.
 - Replaced logo by the new version.
 - Added Avatar icon.
 - Added Info Icon.
 - Added Information Dialog, where the user can 'copy to the clipboard' the verdaccio commands.
 - Added Verdaccio website documentation link.
 - Added Drop Down Menu on the right side with a logout option
2018-09-24 22:04:37 +02:00
..
copyToClipBoard.spec.js.snap Header Section Refactor - New UI (#1006) 2018-09-24 22:04:37 +02:00
footer.spec.js.snap refactor: <Package /> , <Footer /> and package sidebar code refactoring 2018-07-22 21:22:51 +02:00
header.spec.js.snap Header Section Refactor - New UI (#1006) 2018-09-24 22:04:37 +02:00
help.spec.js.snap refactor: relocate unit test 2018-06-23 20:57:12 +02:00
login.spec.js.snap Header Section Refactor - New UI (#1006) 2018-09-24 22:04:37 +02:00
noitems.spec.js.snap refactor: relocate unit test 2018-06-23 20:57:12 +02:00
notfound.spec.js.snap refactor: relocate unit test 2018-06-23 20:57:12 +02:00
package.spec.js.snap Header Section Refactor - New UI (#1006) 2018-09-24 22:04:37 +02:00
packagedetail.spec.js.snap refactor: relocate unit test 2018-06-23 20:57:12 +02:00
packagelist.spec.js.snap Header Section Refactor - New UI (#1006) 2018-09-24 22:04:37 +02:00
readme.spec.js.snap refactor: relocate unit test 2018-06-23 20:57:12 +02:00
search.spec.js.snap refactor: relocate unit test 2018-06-23 20:57:12 +02: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>"`;