mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
[Framework] Add spec for Bundle
Add spec for Bundle, used by the framework layer. WTD-518.
This commit is contained in:
@ -98,7 +98,7 @@ define(
|
||||
});
|
||||
|
||||
|
||||
it("warns about, then ignores, missing bundle declarations", function () {
|
||||
it("warns about, then ignores, malformed bundle declarations", function () {
|
||||
// File-not-found
|
||||
mockHttp.get.andReturn(Promise.resolve(["I am not a valid bundle."]));
|
||||
|
||||
|
Reference in New Issue
Block a user