# @jvdx/jest-preset

jvdx's jest preset.

## Installation

(1) Install this configuration:

```bash
# Using npm
$ npm i -D @jvdx/jest-preset

# Using yarn
$ yarn add -D @jvdx/jest-preset
```

(2) Extend jest configuration:

```json
{
  "preset": "@jvdx/jest-preset"
}
```