[Scrolling] Add empty tests
Add empty tests for scripts associated with the scrolling list view. WTD-534.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*global define,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
/**
|
||||
* MergeModelsSpec. Created by vwoeltje on 11/6/14.
|
||||
*/
|
||||
define(
|
||||
["../src/ScrollingListController"],
|
||||
function (ScrollingListController) {
|
||||
"use strict";
|
||||
|
||||
describe("The scrolling list controller", function () {
|
||||
});
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user