jellyfin-roku/bsconfig-tdd-sample.json
1hitsong 41fdde7e7f Add unit tests for new helper functions
Backports changes from #1691 to fix unit tests
2024-02-17 08:42:55 -05:00

53 lines
984 B
JSON

{
"files": [
{
"src": "test-app/**/*"
},
{
"src": "source/**/!(Main.brs)",
"dest": "source"
},
{
"src": "components/**/*",
"dest": "components"
},
{
"src": "locale/**/*",
"dest": "locale"
},
{
"src": "settings/**/*",
"dest": "settings"
},
"!**/*.spec.bs",
{
"src": "**/BaseTestSuite.spec.bs",
"dest": "source"
},
{
"src": "**/isValid.spec.bs",
"dest": "source"
}
],
"diagnosticFilters": [
"node_modules/**/*",
"**/roku_modules/**/*"
],
"autoImportComponentScript": true,
"createPackage": false,
"stagingDir": "build",
"retainStagingDir": true,
"plugins": [
"rooibos-roku"
],
"rooibos": {
"isRecordingCodeCoverage": false,
"testsFilePattern": null,
"showOnlyFailures": true,
"catchCrashes": true,
"lineWidth": 70,
"failFast": false,
"sendHomeOnFinish": false
},
"sourceMap": true
}