[Telemetry] Add skeleton specs

Add empty test scripts for new scripts introduced to
the platform/telemetry bundle in support of
the autoflow tabular view, WTD-614.
This commit is contained in:
Victor Woeltjen
2014-12-30 14:10:51 -08:00
parent dd1b8f7c2f
commit f7e3c9479b
4 changed files with 27 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
define(
["../src/TelemetrySubscription"],
function (TelemetrySubscription) {
"use strict";
describe("A telemetry subscription", function () {
});
}
);