mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 00:23:01 +00:00
[Representation] Add skeleton specs
Add empty specs for all scripts introduced for the representation component. WTD-521.
This commit is contained in:
15
platform/representation/test/MCTIncludeSpec.js
Normal file
15
platform/representation/test/MCTIncludeSpec.js
Normal file
@ -0,0 +1,15 @@
|
||||
/*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 () {
|
||||
|
||||
});
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user