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