[Common UI] Add skeleton specs
Add skeleton specs for bundle platform/commonUI/general. WTD-574.
This commit is contained in:
12
platform/commonUI/general/test/TreeNodeControllerSpec.js
Normal file
12
platform/commonUI/general/test/TreeNodeControllerSpec.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
define(
|
||||
["../src/TreeNodeController"],
|
||||
function (TreeNodeController) {
|
||||
"use strict";
|
||||
|
||||
describe("The tree node controller", function () {
|
||||
|
||||
});
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user