mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
dcb4f2a4d4
Add empty specs for all scripts introduced for the representation component. WTD-521.
15 lines
296 B
JavaScript
15 lines
296 B
JavaScript
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
|
|
|
|
/**
|
|
* MCTRepresentationSpec. Created by vwoeltje on 11/6/14.
|
|
*/
|
|
define(
|
|
["../src/MCTRepresentation"],
|
|
function (MCTRepresentation) {
|
|
"use strict";
|
|
|
|
describe("", function () {
|
|
|
|
});
|
|
}
|
|
); |