This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
/* eslint-disable */
|
||||
export default {
|
||||
displayName: 'reviews-stars',
|
||||
preset: '../../jest.preset.js',
|
||||
testEnvironment: 'node',
|
||||
transform: {
|
||||
'^.+\\.[tj]s$': ['ts-jest', { tsconfig: '<rootDir>/tsconfig.spec.json' }],
|
||||
},
|
||||
moduleFileExtensions: ['ts', 'js', 'html'],
|
||||
coverageDirectory: '../../coverage/libs/reviews-stars',
|
||||
displayName: "reviews-stars",
|
||||
preset: "../../jest.preset.js",
|
||||
testEnvironment: "node",
|
||||
transform: {
|
||||
"^.+\\.[tj]s$": ["ts-jest", { tsconfig: "<rootDir>/tsconfig.spec.json" }],
|
||||
},
|
||||
moduleFileExtensions: ["ts", "js", "html"],
|
||||
coverageDirectory: "../../coverage/libs/reviews-stars",
|
||||
coverageReporters: ["lcov", "text", "clover"],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user