[ACA-4625] Add ADF linking to unit tests and e2es (#2853)

This commit is contained in:
MichalKinas
2022-12-20 10:40:33 +01:00
committed by GitHub
parent bd77253200
commit cb84a06e25
12 changed files with 110 additions and 11 deletions

15
e2e/tsconfig.e2e.adf.json Normal file
View File

@@ -0,0 +1,15 @@
{
"extends": "../tsconfig.adf.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"baseUrl": "./",
"module": "commonjs",
"target": "es2017",
"types": ["jasmine", "jasminewd2", "node"],
"skipLibCheck": true,
"paths": {
"@alfresco/aca-testing-shared": ["../projects/aca-testing-shared"]
}
},
"exclude": ["node_modules"]
}