UNPKG
processmaker-builder
Version:
3_2_2 (1.0.0)
latest (3.2.2)
3.2.2
1.0.0
The gulp task runner for ProcessMaker building
bitbucket.org/duhnnie/processmaker
processmaker-builder
/
vendor
/
colosa
/
MichelangeloFE
/
src
/
spec
/
toolbarpanel.spec.js
7 lines
(6 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
describe
(
"ToolbarPanel Class"
,
function
(
) {
it
(
"Should be an object"
,
function
(
) {
var
toolBarPanel =
new
ToolbarPanel
();
expect
(
typeof
toolBarPanel).
toEqual
(
"object"
); }); });