0.5.5 • Published 8 months ago

@vertexvis/jest-config-vertexvis v0.5.5

Weekly downloads
80
License
MIT
Repository
github
Last release
8 months ago

Vertex Jest Configs

This project contains Vertex's sharable Jest config files.

Usage

Add @vertexvis/jest-config-vertexvis as an NPM dev dependency to your project's package.json.

// package.json
{
  "devDependencies": {
    "@vertexvis/jest-config-vertexvis": "0.0.0"
  }
}

Create a jest.config.js file in the root of your project that extends the base Jest configuration file.

// jest.config.js
const jestConfig = require('@vertexvis/jest-config-vertexvis/jest.config');

module.exports = jestConfig;

The Vertex Jest config supports overriding the default TypeScript settings. It will look for an optional tsconfig-jest.json file in the project's root folder.

{
  "extends": "@vertexvis/jest-config-vertexvis/tsconfig",
  "compilerOptions": {
    "allowJs": true
  }
}
0.5.5

8 months ago

0.5.4

2 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago