4.8.2 • Published 5 years ago

@comparaonline/ui-config-jest-ts v4.8.2

Weekly downloads
124
License
MIT
Repository
-
Last release
5 years ago

@comparaonline/ui-config-jest-ts

Jest configuration with TypeScript support.

Install

yarn add --dev @comparaonline/ui-config-jest-ts

Usage

In your's project jest.config.js file add

const jestConfig = require('@comparaonline/ui-config-jest-ts');
module.exports = jestConfig;

Usage in @comparaonline-ui

If you use this package in this project (@comparaonline/ui) you will need to add the rootDir in the config, this will let us to run the test suite from the root of the monorepo.

const jestConfig = require('@comparaonline/ui-config-jest-ts');

module.exports = {
  ...jestConfig,
  rootDir: './'
};
4.8.2

5 years ago

3.4.6

5 years ago

3.4.5

5 years ago

3.4.4

5 years ago

3.4.3

5 years ago

3.4.1

5 years ago

3.4.0

5 years ago

2.2.1

5 years ago

0.27.1

5 years ago

2.1.8

5 years ago

2.1.8-staging

5 years ago

2.1.5

5 years ago

2.1.0

5 years ago

2.0.10-0

5 years ago

2.0.9-0

5 years ago

2.0.8-0

5 years ago

2.0.7-0

5 years ago

2.0.6-0

5 years ago

2.0.5-0

5 years ago

2.0.4-0

5 years ago

2.0.3-0

5 years ago

2.0.2-0

5 years ago

2.0.1-0

5 years ago

2.0.0-0

5 years ago

0.23.1

6 years ago

0.21.2

6 years ago

0.21.1

6 years ago

0.20.1

6 years ago

0.19.1

6 years ago

0.18.0

6 years ago