23 lines
567 B
JSON
23 lines
567 B
JSON
{
|
|
"name": "rust-e2e",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "application",
|
|
"sourceRoot": "e2e/rust-e2e/src",
|
|
"targets": {
|
|
"e2e": {
|
|
"executor": "@nx/jest:jest",
|
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
|
|
"options": {
|
|
"jestConfig": "e2e/rust-e2e/jest.config.ts",
|
|
"runInBand": true
|
|
},
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"lint": {
|
|
"executor": "@nx/eslint:lint",
|
|
"outputs": ["{options.outputFile}"]
|
|
}
|
|
},
|
|
"implicitDependencies": ["rust"]
|
|
}
|