Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bedřich Schindler authored and adamkudrna committed Jun 9, 2021
1 parent 0b9756d commit 02cc500
Show file tree
Hide file tree
Showing 6 changed files with 3,546 additions and 2,419 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
plugins: [
'@babel/plugin-transform-modules-commonjs',
'@babel/plugin-proposal-class-properties',
],
presets: [
[
Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ module.exports = {
snapshotSerializers: [
'enzyme-to-json/serializer',
],
testEnvironment: 'jsdom',
verbose: true,
};
Loading

0 comments on commit 02cc500

Please sign in to comment.