mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 06:09:41 +00:00
41fdde7e7f
Backports changes from #1691 to fix unit tests
44 lines
805 B
JSON
44 lines
805 B
JSON
{
|
|
"files": [
|
|
{
|
|
"src": "test-app/**/*"
|
|
},
|
|
{
|
|
"src": "source/**/!(Main.brs)",
|
|
"dest": "source"
|
|
},
|
|
{
|
|
"src": "components/**/*",
|
|
"dest": "components"
|
|
},
|
|
{
|
|
"src": "locale/**/*",
|
|
"dest": "locale"
|
|
},
|
|
{
|
|
"src": "settings/**/*",
|
|
"dest": "settings"
|
|
},
|
|
"manifest"
|
|
],
|
|
"diagnosticFilters": [
|
|
"node_modules/**/*",
|
|
"**/roku_modules/**/*"
|
|
],
|
|
"autoImportComponentScript": true,
|
|
"stagingDir": "build",
|
|
"retainStagingDir": true,
|
|
"plugins": [
|
|
"rooibos-roku"
|
|
],
|
|
"rooibos": {
|
|
"isRecordingCodeCoverage": false,
|
|
"testsFilePattern": null,
|
|
"showOnlyFailures": true,
|
|
"catchCrashes": true,
|
|
"lineWidth": 70,
|
|
"failFast": false,
|
|
"sendHomeOnFinish": false
|
|
},
|
|
"sourceMap": true
|
|
} |