Skip to content

Commit a68ad01

Browse files
committed
mess with cbor and jest
1 parent 8eaeb47 commit a68ad01

File tree

5 files changed

+170
-184
lines changed

5 files changed

+170
-184
lines changed

babel.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module.exports = {
22
env: {
33
test: {
4-
presets: ['@babel/preset-env']
4+
presets: ['@babel/preset-env'],
5+
plugins: ['@babel/plugin-transform-class-properties', '@babel/plugin-transform-private-methods']
56
}
67
}
78
};

0 commit comments

Comments
 (0)