mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 02:15:32 +00:00
This adds a modified `mocha-teamcity-reporter` that allows to nest the unit tests under the parent block. Fixes: #14839 Test-bot: skip
19 lines
433 B
JSON
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"
|
|
}
|
|
}
|