UNPKG

@jvdx/jest-preset

Version:
23 lines (16 loc) 271 B
# @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" } ```