mirror of
https://github.com/mudita/mudita-center.git
synced 2026-06-03 13:52:08 -04:00
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>
22 lines
623 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|