4.8.2 • Published 6 years ago
@comparaonline/ui-config-jest-ts v4.8.2
@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
6 years ago
3.4.6
7 years ago
3.4.5
7 years ago
3.4.4
7 years ago
3.4.3
7 years ago
3.4.1
7 years ago
3.4.0
7 years ago
2.2.1
7 years ago
0.27.1
7 years ago
2.1.8
7 years ago
2.1.8-staging
7 years ago
2.1.5
7 years ago
2.1.0
7 years ago
2.0.10-0
7 years ago
2.0.9-0
7 years ago
2.0.8-0
7 years ago
2.0.7-0
7 years ago
2.0.6-0
7 years ago
2.0.5-0
7 years ago
2.0.4-0
7 years ago
2.0.3-0
7 years ago
2.0.2-0
7 years ago
2.0.1-0
7 years ago
2.0.0-0
7 years ago
0.23.1
7 years ago
0.21.2
7 years ago
0.21.1
7 years ago
0.20.1
7 years ago
0.19.1
7 years ago
0.18.0
7 years ago