Skip to content

Commit 749f7af

Browse files
chore: update failing fixture
1 parent 6d0227e commit 749f7af

File tree

1 file changed

+3
-1
lines changed
  • packages/babel-plugin-minify-dead-code-elimination/__tests__/fixtures/issue-81

1 file changed

+3
-1
lines changed

packages/babel-plugin-minify-dead-code-elimination/__tests__/fixtures/issue-81/expected.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
(function (require, module) {
2-
module.exports = function Hub() {
2+
var Hub = function Hub() {
33
(0, _classCallCheck3.default)(this, Hub);
44
};
5+
6+
module.exports = Hub;
57
})(require, module, exports);
68

79
(function () {

0 commit comments

Comments
 (0)