11 lines
228 B
JavaScript
11 lines
228 B
JavaScript
![]() |
(function () {
|
||
|
'use strict';
|
||
|
|
||
|
describe('hz.dashboard.workflow module', function () {
|
||
|
it('should have been defined', function () {
|
||
|
expect(angular.module('hz.dashboard.workflow')).toBeDefined();
|
||
|
});
|
||
|
});
|
||
|
|
||
|
})();
|