# babel-preset-jest
> Babel preset for all Jest plugins. This preset is automatically included when using [babel-jest](https://github.com/jestjs/jest/tree/main/packages/babel-jest).
## Install
```sh
$ npm install --save-dev babel-preset-jest
```
## Usage
### Via `babel.config.js` (Recommended)
```js
module.exports = {
presets: ['jest'],
};
```
### Via CLI
```sh
$ babel script.js --presets jest
```
### Via Node API
```javascript
require('@babel/core').transform('code', {
presets: ['jest'],
});
```
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/waldzellai/mcp-agent-ts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server