@repodog/jest-config

The RepoDog jest-config module.

Usage no npm install needed!

<script type="module">
  import repodogJestConfig from 'https://cdn.skypack.dev/@repodog/jest-config';
</script>

README

@repodog/jest-config

The RepoDog Jest config.

npm version License: MIT

Installation

yarn add @repodog/jest-config --dev

Usage

// jest.config.js
const repodogConfig = require('@repodog/jest-config');

module.exports = {
  ...repodogConfig,
};