Skip to content

Commit 363c787

Browse files
committed
Fixed Jest tests
1 parent 76a0148 commit 363c787

33 files changed

+11812
-11754
lines changed

babel.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,5 @@
1313

1414
module.exports = {
1515
presets: [['@babel/preset-env', {targets: {node: 'current'}}], '@babel/preset-typescript'],
16-
plugins: [
17-
['@babel/plugin-proposal-decorators', {legacy: true}],
18-
['@babel/plugin-proposal-class-properties', {loose: true}],
19-
],
16+
plugins: ['transform-decorators-legacy', 'transform-class-properties'],
2017
};

0 commit comments

Comments
 (0)