mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 22:29:43 +00:00
388938bdc8
Add missing parameter projectPath to tests/.rooibosrc.json to fix test failure reported in issue 46. **Issues** Fixes #46.
7 lines
153 B
JSON
7 lines
153 B
JSON
{
|
|
"testPath": "out/staging/source/tests/specs",
|
|
"rootPath": "",
|
|
"outputPath": "out/staging/source/tests/rooibos",
|
|
"projectPath": "."
|
|
}
|