react-code-dataset
/
wp-calypso
/client
/my-sites
/plugins
/plugin-activate-toggle
/test
/fixtures
/index.js
| export default { | |
| site: { | |
| slug: 'test', | |
| domain: '', | |
| name: '', | |
| }, | |
| plugin: { | |
| slug: 'test', | |
| }, | |
| action: function () {}, | |
| }; | |