Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
restore Private module loading in registry test
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Aug 29, 2016
1 parent 18652b8 commit 4deaab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/public/registry/__tests__/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ describe('Registry', function () {
it('executes before the modules are returned', function () {
let i = 0;

registry({
Private(registry({
constructor: function () {
i = i + 1;
}
});
}));

expect(i).to.be(1);
});
Expand Down

0 comments on commit 4deaab1

Please sign in to comment.