mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
[Framework] Remove spec for constants
Remove spec for Constants.js (only constants are defined here, and there is no particular use to verifying their existence; also, implicitly tested by specs for code which uses these constants.) WTD-518
This commit is contained in:
parent
0d80494618
commit
0feb7c9699
@ -1,15 +0,0 @@
|
|||||||
/*global define,Promise,describe,it,expect,beforeEach*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Module defining ConstantsSpec. Created by vwoeltje on 11/6/14.
|
|
||||||
*/
|
|
||||||
define(
|
|
||||||
["../src/Constants"],
|
|
||||||
function (Constants) {
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
describe("Framework constants", function () {
|
|
||||||
|
|
||||||
});
|
|
||||||
}
|
|
||||||
);
|
|
@ -1,6 +1,5 @@
|
|||||||
[
|
[
|
||||||
"Temporary",
|
"Temporary",
|
||||||
"Constants",
|
|
||||||
"FrameworkInitializer",
|
"FrameworkInitializer",
|
||||||
"bootstrap/ApplicationBootstrapper",
|
"bootstrap/ApplicationBootstrapper",
|
||||||
"load/Bundle",
|
"load/Bundle",
|
||||||
|
Loading…
Reference in New Issue
Block a user