mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 14:07:50 +00:00
15 lines
274 B
JavaScript
15 lines
274 B
JavaScript
|
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
||
|
|
||
|
/**
|
||
|
* MCTIncudeSpec. Created by vwoeltje on 11/6/14.
|
||
|
*/
|
||
|
define(
|
||
|
["../src/MCTInclude"],
|
||
|
function (MCTInclude) {
|
||
|
"use strict";
|
||
|
|
||
|
describe("", function () {
|
||
|
|
||
|
});
|
||
|
}
|
||
|
);
|