Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
chore: test config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Feb 15, 2023
1 parent 9610311 commit 8e534cd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/walletconnect/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const base = require('../../jest.config.js');
const pkg = require('./package.json');

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testMatch: ['<rootDir>/(src|test)/**/?(*.)+(spec|test).ts?(x)'],
...base,
displayName: pkg.name,
};

0 comments on commit 8e534cd

Please sign in to comment.