openmct/platform/representation/test/MCTIncludeSpec.js

15 lines
274 B
JavaScript
Raw Normal View History

/*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 () {
});
}
);