verdaccio-ui/jest/unit/components/store/logo.ts

8 lines
154 B
TypeScript
Raw Normal View History

2019-04-05 02:23:40 +07:00
/**
* Mock response for logo api
* @returns {promise}
*/
export default function() {
return Promise.resolve('http://localhost/-/static/logo.png');
}