Skip to content

Commit

Permalink
feat: added new dependency information to all areas
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali214 committed Jul 15, 2024
1 parent 5085c80 commit 833581f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ They provide common runtime utilities needed by SDKs to make API calls and handl
| [@apimatic/http-query](packages/http-query) | HTTP Query utilities for apimatic-js-runtime libraries |
| [@apimatic/oauth-adapters](packages/oauth-adapters) | Provides pluggable adapters for OAuth 2.0 authentication schemes. |
| [@apimatic/xml-adapter](packages/xml-adapter) | Provides XML serialization and deserialization utilities for apimatic-js-runtime libraries. |
| [@apimatic/test-helper](packages/test-helper) | Provides assertion utilities for testing api calls. It can be plugged in as dev dependency to any library. |

[ci-badge]: https://github.com/apimatic/apimatic-js-runtime/actions/workflows/main.yml/badge.svg
[ci-url]: https://github.com/apimatic/apimatic-js-runtime/actions/workflows/main.yml
Expand Down
5 changes: 1 addition & 4 deletions packages/core/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ const { jest: lernaAliases } = require('lerna-alias');

module.exports = {
preset: 'ts-jest',
moduleNameMapper: {
"^axios$": "axios/dist/node/axios.cjs",
...lernaAliases(),
},
moduleNameMapper: lernaAliases(),
coverageReporters: [['lcov', { projectRoot: '../../' }]]
};
3 changes: 3 additions & 0 deletions tsconfig.monorepo.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
},
{
"path": "./packages/oauth-adapters"
},
{
"path": "./packages/test-helper"
}
]
}

0 comments on commit 833581f

Please sign in to comment.