atsid/generator-ats-node-webapp

View on GitHub
generators/client-react/templates/client/stores/nyan_store.js

Summary

Maintainability
A
0 mins
Test Coverage
class NyanStore {
  getNyanSource() {
    return Promise.resolve('http://fc00.deviantart.net/fs70/f/2011/158/1/6/nyan_cat_by_valcreon-d3iapfh.gif');
  }
}

module.exports = NyanStore;