[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:
12
platform/telemetry/test/TelemetrySubscriptionSpec.js
Normal file
12
platform/telemetry/test/TelemetrySubscriptionSpec.js
Normal 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 () {
|
||||
|
||||
});
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user