Skip to content

Commit

Permalink
release(users): releaseing the users package
Browse files Browse the repository at this point in the history
Update the directory and the class to be plural
  • Loading branch information
manchuck committed Aug 14, 2023
1 parent 4f623b5 commit c86afef
Show file tree
Hide file tree
Showing 43 changed files with 15,606 additions and 15,744 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ The following is a list of Vonage APIs and whether the Node Server SDK provides
| Reports API | Beta ||
| SMS API | General Availability ||
| Sub Accounts | Beta ||
| Users | General Availability ||
| Verify API | General Availability ||
| Verify v2 API | General Availability ||
| Voice API | General Availability ||
Expand Down
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const config: Config.InitialOptions = {
},
{
displayName: 'USER',
testMatch: ['<rootDir>/packages/user/__tests__/**/*.test.ts'],
testMatch: ['<rootDir>/packages/users/__tests__/**/*.test.ts'],
coveragePathIgnorePatterns: ['node_modules', '__tests__'],
},
{
Expand Down
Loading

0 comments on commit c86afef

Please sign in to comment.