spiegel-keyman/resources/build/pr-build-status/package.json
Eberhard Beilharz 229bdf8270
maint(resources): nest unit tests under parent block
This adds a modified `mocha-teamcity-reporter` that allows to nest the
unit tests under the parent block.

Fixes: #14839
Test-bot: skip
2025-10-06 16:09:47 +02:00

19 lines
433 B
JSON

{
"description": "CHeck pull request build status - development area",
"type": "module",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^6.0.1"
},
"devDependencies": {
"chai": "^5.1.0",
"mocha": "^11.2.2"
},
"license": "MIT",
"main": "pr-build-status.mjs",
"name": "@keymanapp/pr-build-status",
"private": true,
"scripts": {
"test": "mocha pr-build-status.tests.mjs"
}
}