UNPKG
gui-tool
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
0.9.21
0.9.20
0.9.19
0.9.18
0.9.17
0.9.16
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.0
0.0.4
0.0.3
0.0.2
0.0.1
A tool to generate an ExtJS prototype with Siesta tests.
gui-tool
/
templates
/
test
/
ViewTestTemplate.js
14 lines
(11 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
StartTest
(
function
(
t
) { t.
diag
(
'View class existence'
); t.
requireOk
( [ {{views}} ],
function
(
) { t.
done
(); } ); });