[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