mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
9cd3ccb408
* fix: login without reload (#678) (#679) * fix: implements code review suggestions (#914) * refactor: adds scope to the app * refactor: handles null value from localstorage for username * refactor: removes text type from <Input /> * refactor: replaces isNull with isNil * refactor: improves makeLogin method * refactor: adds error from api constant * fix: updates error using API_ERROR constant in tests * refactor: updates regex for moduleMapper in jest config |
||
---|---|---|
.. | ||
footer.spec.js.snap | ||
header.spec.js.snap | ||
help.spec.js.snap | ||
login.spec.js.snap | ||
noitems.spec.js.snap | ||
notfound.spec.js.snap | ||
package.spec.js.snap | ||
packagedetail.spec.js.snap | ||
packagelist.spec.js.snap | ||
readme.spec.js.snap | ||
search.spec.js.snap |
// 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>"`;