mirror of
https://github.com/nasa/openmct.git
synced 2025-03-10 22:43:55 +00:00
11 lines
265 B
JavaScript
11 lines
265 B
JavaScript
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
define(
|
|
["../src/ContainmentTable"],
|
|
function (ContainmentTable) {
|
|
"use strict";
|
|
describe("Composition policy's containment table", function () {
|
|
|
|
});
|
|
}
|
|
); |