Files
reorg-notifier/e2e/project.json
Info Island 3edb131560 feat: init
2024-04-10 04:05:54 +08:00

17 lines
402 B
JSON

{
"name": "e2e",
"$schema": "../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"implicitDependencies": ["reorg-notifier"],
"targets": {
"e2e": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{e2eProjectRoot}"],
"options": {
"jestConfig": "e2e/jest.config.ts",
"passWithNoTests": true
}
}
}
}