UNPKG

siesta-lite

Version:

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

15 lines (9 loc) 258 B
;(function () { Ext.define('My.Store.Base', { extend : 'Ext.data.Store', requires : [ 'My.Util.SomeClass' ], someMethod : function () { return 'value' } }) })()