Skip to content

Commit

Permalink
remove name from jest config as it causes a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed May 31, 2022
1 parent acf60aa commit 18234bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/walletconnect-v1/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ const pkg = require('./package.json');

module.exports = {
...base,
name: pkg.name,
displayName: pkg.name,
};

0 comments on commit 18234bf

Please sign in to comment.