mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-22 07:29:18 +00:00
Added URLManager
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
18
packages/url-manager/jest.config.js
Normal file
18
packages/url-manager/jest.config.js
Normal file
@ -0,0 +1,18 @@
|
||||
module.exports = {
|
||||
globals: {
|
||||
'ts-jest': {
|
||||
tsConfig: 'tsconfig.test.json'
|
||||
},
|
||||
"transform": {
|
||||
".(ts|tsx)": " ../../node_modules/ts-jest/preprocessor.js"
|
||||
},
|
||||
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
|
||||
"testResultsProcessor": "../../node_modules/ts-jest/coverageprocessor.js",
|
||||
"collectCoverageFrom": ["src/URLManager.ts"],
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
"tsx",
|
||||
"js"
|
||||
],
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user