Add empty test scripts for new scripts introduced to the platform/commonUI/general bundle in support of the autoflow tabular view, WTD-614.
12 lines
252 B
JavaScript
12 lines
252 B
JavaScript
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
define(
|
|
["../../src/directives/MCTResize"],
|
|
function (MCTResize) {
|
|
"use strict";
|
|
|
|
describe("The mct-resize directive", function () {
|
|
|
|
});
|
|
}
|
|
); |