Skip to content

Commit

Permalink
feat: user package
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Aug 8, 2023
1 parent f04c595 commit 9b830e2
Show file tree
Hide file tree
Showing 39 changed files with 1,723 additions and 670 deletions.
5 changes: 5 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ const config: Config.InitialOptions = {
testMatch: ['<rootDir>/packages/subaccounts/__tests__/**/*.test.ts'],
coveragePathIgnorePatterns: ['node_modules', '__tests__'],
},
{
displayName: 'USER',
testMatch: ['<rootDir>/packages/user/__tests__/**/*.test.ts'],
coveragePathIgnorePatterns: ['node_modules', '__tests__'],
},
{
displayName: 'VERIFY',
testMatch: ['<rootDir>/packages/verify/__tests__/**/*.test.ts'],
Expand Down
Loading

0 comments on commit 9b830e2

Please sign in to comment.