3.0.0 • Published 4 years ago
@jameslnewell/jest-preset v3.0.0
@jameslnewell/jest-preset
A Jest preset according to my preferences.
Installation
yarn add --dev jest @jameslnewell/jest-presetUsage
Add the following configuration to your package.json:
{
  "jest": {
    "preset": "@jameslnewell/jest-preset"
  }
}Configure a
.swcrcto start transpiling code.