[Plugins] Bring over timeline, clock plugins
WTD-1239
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*global define,describe,it,expect,beforeEach,waitsFor,jasmine,window,afterEach*/
|
||||
|
||||
define(
|
||||
['../../src/directives/SwimlaneDragConstants'],
|
||||
function (SwimlaneDragConstants) {
|
||||
"use strict";
|
||||
|
||||
describe("Timeline swimlane drag constants", function () {
|
||||
it("define a custom type for swimlane drag-drop", function () {
|
||||
expect(SwimlaneDragConstants.WARP_SWIMLANE_DRAG_TYPE)
|
||||
.toEqual(jasmine.any(String));
|
||||
});
|
||||
});
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user