mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 09:10:02 +01:00
26 lines
527 B
JSON
26 lines
527 B
JSON
{
|
|
"name": "@triliumnext/desktop-e2e",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"nx": {
|
|
"implicitDependencies": [
|
|
"@triliumnext/desktop"
|
|
],
|
|
"targets": {
|
|
"e2e": {
|
|
"executor": "@nx/jest:jest",
|
|
"outputs": [
|
|
"{projectRoot}/test-output/jest/coverage"
|
|
],
|
|
"options": {
|
|
"jestConfig": "apps/desktop-e2e/jest.config.ts",
|
|
"passWithNoTests": true
|
|
},
|
|
"dependsOn": [
|
|
"@triliumnext/desktop:build"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|