mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
migrate js-api tests from Jest to Node.js native test runner (#12104)
This commit is contained in:
@@ -3,12 +3,22 @@
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "node",
|
||||
"target": "ES2015",
|
||||
"target": "ES2020",
|
||||
"esModuleInterop": true,
|
||||
"isolatedModules": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"lib": ["ESNext", "dom"],
|
||||
"types": ["jest", "node"]
|
||||
"lib": ["ESNext"],
|
||||
"types": ["node"],
|
||||
"baseUrl": "../../",
|
||||
"paths": {
|
||||
"@alfresco/js-api": ["lib/js-api/src/index.ts"]
|
||||
}
|
||||
},
|
||||
"ts-node": {
|
||||
"transpileOnly": true,
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS"
|
||||
}
|
||||
},
|
||||
"exclude": [],
|
||||
"include": ["**/*"]
|
||||
|
||||
Reference in New Issue
Block a user