UNPKG
mocha-extjs
Version:
latest (0.2.0)
0.2.0
0.1.71
0.1.62
0.1.61
0.1.52
0.1.51
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
ExtJs Test Framework for Mocha
github.com/antonfisher/node-mocha-extjs
antonfisher/node-mocha-extjs
mocha-extjs
/
test
/
sandbox
/
app
/
Application.js
5 lines
(4 loc)
•
90 B
JavaScript
View Raw
1
2
3
4
5
Ext.
define
(
'Sandbox.Application'
, {
extend
:
'Ext.app.Application'
,
name
:
'Sandbox'
})