Files
mudita-center/libs/api-devices-testing/project.json
Daniel Karski 6450a175c8 Release v4.0.0 - to stage (#2803)
Co-authored-by: Michał Kurczewski <michalkurczewski94@gmail.com>
Co-authored-by: Michał Kurczewski <michal@kurczewski.dev>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-30 15:49:30 +02:00

22 lines
623 B
JSON

{
"name": "api-devices-testing",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/api-devices-testing/src",
"projectType": "library",
"tags": ["process:api-test"],
"// targets": "to see all targets run: nx show project api-devices-testing --web",
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/api-devices-testing/jest.config.cts"
}
}
}
}