[Indicators] Add skeleton specs
Add skeleton specs for the bottom bar controller (introduced to handle display of indicators introduced as extensions) and the Couch indicator (introduced to exercise the above, and to report connection status relative to the Couch database.) WTD-608.
This commit is contained in:
13
platform/commonUI/general/test/BottomBarControllerSpec.js
Normal file
13
platform/commonUI/general/test/BottomBarControllerSpec.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
define(
|
||||
["../src/BottomBarController"],
|
||||
function (BottomBarController) {
|
||||
"use strict";
|
||||
|
||||
describe("The bottom bar controller", function () {
|
||||
var testIndicators,
|
||||
controller;
|
||||
});
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user