1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-21 19:01:38 +07:00
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');
}