mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-20 16:57:25 +03:00
d1f00b897c
This ports over internal tests suggested in #3889.
11 lines
170 B
JSON
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"
|
|
}
|
|
}
|