mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-27 14:59:04 +10:00
refactor(v4.0.0-alpha): beginning of a new era
This commit is contained in:
24
apps/server-e2e/project.json
Normal file
24
apps/server-e2e/project.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "server-e2e",
|
||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||
"projectType": "application",
|
||||
"targets": {
|
||||
"e2e": {
|
||||
"executor": "@nx/jest:jest",
|
||||
"outputs": ["{workspaceRoot}/coverage/{e2eProjectRoot}"],
|
||||
"options": {
|
||||
"jestConfig": "apps/server-e2e/jest.config.ts",
|
||||
"passWithNoTests": true
|
||||
}
|
||||
},
|
||||
"lint": {
|
||||
"executor": "@nx/eslint:lint",
|
||||
"outputs": ["{options.outputFile}"],
|
||||
"options": {
|
||||
"lintFilePatterns": ["apps/server-e2e/**/*.{js,ts}"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": ["backend"],
|
||||
"implicitDependencies": ["server"]
|
||||
}
|
||||
Reference in New Issue
Block a user