Skip to content

Commit

Permalink
🔧 chore(api) add a run only modified test task
Browse files Browse the repository at this point in the history
  • Loading branch information
yaf committed Jan 16, 2025
1 parent be52f04 commit cd9658f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
"test:api:watch": "NODE_ENV=test nodemon --exec 'mocha --recursive tests --reporter dot'",
"test:api:bail": "npm run test:api:unit -- --bail && npm run test:api:integration -- --bail && npm run test:api:acceptance -- --bail",
"test:lint": "npm test && npm run lint",
"test:api:watch": "git ls-files -m -- '*test.js' | xargs npm run test:api:path -- $1",
"monitoring:arborescence": "node scripts/arborescence-monitoring/arborescence-monitoring.js",
"monitoring:metrics": "node scripts/arborescence-monitoring/add-metrics-to-gist.js",
"modulix:test": "npm run test:api:path -- 'tests/devcomp/unit/infrastructure/datasources/learning-content/module-datasource_test.js' 'tests/devcomp/acceptance/module-instantiation_test.js' 'tests/devcomp/unit/infrastructure/datasources/learning-content/validation/module-validation_test.js'"
Expand Down

0 comments on commit cd9658f

Please sign in to comment.