mirror of
https://github.com/SomboChea/ui
synced 2026-01-19 17:46:12 +07:00
committed by
Ayush Sharma
parent
1070e5c3aa
commit
9d7be476ad
7
test/unit/components/store/logo.js
Normal file
7
test/unit/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