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