Skip to content

Commit

Permalink
Removed unused project parts
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Nov 28, 2024
1 parent 523f49a commit ca6c11c
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lib/js-api/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,20 +104,6 @@
},
"dependsOn": ["build"]
},
"test-old-mocha": {
"executor": "nx:run-commands",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"commands": ["nx run js-api:build:test", "mocha --full-trace --config lib/js-api/.mocharc.json", "rm -fr dist/tmp/libs/js-api"],
"parallel": false
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
Expand Down

0 comments on commit ca6c11c

Please sign in to comment.