UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

12 lines (8 loc) 233 B
Ext.define('My.Store.ResourceStore', { extend : 'Ext.data.Store', fields : [ 'id', 'name' ], proxy : 'memory', someMethod : function () { return 'value' } })