mirror of
https://github.com/alexgo-io/reorg-notifier.git
synced 2026-01-12 14:44:32 +08:00
17 lines
402 B
JSON
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
|
|
}
|
|
}
|
|
}
|
|
}
|