Skip to content

Commit

Permalink
chore: update failing fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed May 6, 2022
1 parent 6d0227e commit 749f7af
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
(function (require, module) {
module.exports = function Hub() {
var Hub = function Hub() {
(0, _classCallCheck3.default)(this, Hub);
};

module.exports = Hub;
})(require, module, exports);

(function () {
Expand Down

0 comments on commit 749f7af

Please sign in to comment.