Update INFO.yaml
[sdc/sdc-pubsub.git] / jest.config.js
1 module.exports = {
2     "roots": [
3         "<rootDir>/src"
4     ],
5     "transform": {
6         "^.+\\.ts?$": "ts-jest"
7     },
8     "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.ts?$",
9     "moduleFileExtensions": [
10         "ts",
11         "js",
12     ],
13     "testURL": "http://localhost/",
14     "coverageDirectory": "<rootDir>/coverage",
15     "testResultsProcessor": "jest-sonar-reporter"
16 };