@jameslnewell/jest-preset

A Jest preset according to my preferences.

Usage no npm install needed!

<script type="module">
  import jameslnewellJestPreset from 'https://cdn.skypack.dev/@jameslnewell/jest-preset';
</script>

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.