mirror of
https://github.com/nasa/openmct.git
synced 2025-06-12 20:28:14 +00:00
[Framework] Add skeleton specs
Add empty specs for all classes introduced for the framework layer, WTD-518. Note that Main is omitted, as this launches the full application.
This commit is contained in:
15
platform/framework/test/FrameworkInitializerSpec.js
Normal file
15
platform/framework/test/FrameworkInitializerSpec.js
Normal file
@ -0,0 +1,15 @@
|
||||
/*global define,Promise,describe,it,expect,beforeEach*/
|
||||
|
||||
/**
|
||||
* FrameworkInitializerSpec. Created by vwoeltje on 11/6/14.
|
||||
*/
|
||||
define(
|
||||
[],
|
||||
function () {
|
||||
"use strict";
|
||||
|
||||
describe("", function () {
|
||||
|
||||
});
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user