mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 23:28:14 +00:00
[API] Enable bundles from spec
This commit is contained in:
@ -51,6 +51,7 @@ define(['./BundleRegistry'], function (BundleRegistry) {
|
|||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
testBundleDef = { someKey: "some value" };
|
testBundleDef = { someKey: "some value" };
|
||||||
bundleRegistry.register(testPath, testBundleDef);
|
bundleRegistry.register(testPath, testBundleDef);
|
||||||
|
bundleRegistry.enable(testPath);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("lists registered bundles", function () {
|
it("lists registered bundles", function () {
|
||||||
|
Reference in New Issue
Block a user