[Containment] Add skeleton specs
Add empty specs for composition policy, WTD-962.
This commit is contained in:
11
platform/containment/test/CapabilityTableSpec.js
Normal file
11
platform/containment/test/CapabilityTableSpec.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||||
|
||||
define(
|
||||
["../src/CapabilityTable"],
|
||||
function (CapabilityTable) {
|
||||
"use strict";
|
||||
describe("Composition policy's capability table", function () {
|
||||
|
||||
});
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user