/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/ define( ["../src/TreeNodeController"], function (TreeNodeController) { "use strict"; describe("The tree node controller", function () { }); } );