mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
[API] Enable bundles from spec
This commit is contained in:
parent
c762d58b5a
commit
2af993b0bc
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user