Skip to content

Commit

Permalink
fixed failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Binna committed Mar 15, 2018
1 parent 03e32a6 commit e218c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/transformation/issue184/expected.js
Expand Up @@ -47,7 +47,7 @@ function _getRewireRegistry__() {
theGlobalVariable.__$$GLOBAL_REWIRE_REGISTRY__ = Object.create(null);
}

return __$$GLOBAL_REWIRE_REGISTRY__;
return theGlobalVariable.__$$GLOBAL_REWIRE_REGISTRY__;
}

function _getRewiredData__() {
Expand Down

0 comments on commit e218c65

Please sign in to comment.