@jameslnewell/jest-preset
v3.0.0
Published
A [Jest](https://jestjs.io/) preset according to my preferences.
Downloads
72
Readme
@jameslnewell/jest-preset
A Jest preset according to my preferences.
Installation
yarn add --dev jest @jameslnewell/jest-preset
Usage
Add the following configuration to your package.json
:
{
"jest": {
"preset": "@jameslnewell/jest-preset"
}
}
Configure a
.swcrc
to start transpiling code.