Add empty files which will contain specs for bundle platform/commonUI/edit, which is responsible for Edit mode. WTD-574.
12 lines
245 B
JavaScript
12 lines
245 B
JavaScript
/*global define,describe,it,expect,beforeEach,jasmine*/
|
|
|
|
define(
|
|
["../src/EditActionController"],
|
|
function (EditActionController) {
|
|
"use strict";
|
|
|
|
describe("The Edit Action controller", function () {
|
|
|
|
});
|
|
}
|
|
); |