Files
shaka-player/.github/workflows/tools/update-issues/package.json
T
Joey Parrish d1f00b897c ci: Add tests for new update-issues tool (#3900)
This ports over internal tests suggested in #3889.
2022-01-25 10:17:47 -08:00

11 lines
170 B
JSON

{
"devDependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"jasmine": "^4.0.2"
},
"scripts": {
"test": "jasmine tests.js"
}
}