mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 15:26:39 +00:00
15 lines
228 B
JavaScript
15 lines
228 B
JavaScript
|
/*global define,Promise,describe,it,expect,beforeEach*/
|
||
|
|
||
|
/**
|
||
|
* ExtensionSpec. Created by vwoeltje on 11/6/14.
|
||
|
*/
|
||
|
define(
|
||
|
[],
|
||
|
function () {
|
||
|
"use strict";
|
||
|
|
||
|
describe("", function () {
|
||
|
|
||
|
});
|
||
|
}
|
||
|
);
|