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
283 B
JavaScript
12 lines
283 B
JavaScript
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
define(
|
|
["../../src/controllers/GetterSetterController"],
|
|
function (GetterSetterController) {
|
|
"use strict";
|
|
|
|
describe("The getter-setter controller", function () {
|
|
|
|
});
|
|
}
|
|
); |