mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft-webplatform.git
synced 2025-02-14 20:59:16 +00:00
27 lines
545 B
JSON
27 lines
545 B
JSON
{
|
|
"verbose": true,
|
|
"testRegex": "(?!util|lib|value-converters|configuration)[\\\/\\\\].*.spec.js$",
|
|
"collectCoverage": true,
|
|
"coverageDirectory": "../coverage/components",
|
|
"coverageReporters": [
|
|
"html",
|
|
"clover"
|
|
],
|
|
"setupFiles": [
|
|
"../test/aurelia-jest-ui-bootstrap.js"
|
|
],
|
|
"modulePaths": [
|
|
"../src",
|
|
"../node_modules"
|
|
],
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"json"
|
|
],
|
|
"moduleNameMapper": {
|
|
"aurelia-(.*)": "../node_modules/$1",
|
|
"(.*)/ft-(.*)": "../src/$1/ft-$2"
|
|
},
|
|
"rootDir": "src"
|
|
}
|