forked from sombochea/verdaccio-ui
chore: sync with verdaccio master
This commit is contained in:
7
test/unit/webui/components/store/logo.js
Normal file
7
test/unit/webui/components/store/logo.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Mock response for logo api
|
||||
* @returns {promise}
|
||||
*/
|
||||
export default function() {
|
||||
return Promise.resolve('http://localhost/-/static/logo.png');
|
||||
}
|
||||
Reference in New Issue
Block a user