jf-roku/bsconfig-tests.json

39 lines
794 B
JSON
Raw Normal View History

2023-04-22 13:03:44 +00:00
{
2023-10-06 02:20:57 +00:00
"files": [
{
"src": "test-app/**/*"
2023-04-22 13:03:44 +00:00
},
2023-10-06 02:20:57 +00:00
{
"src": "source/**/!(Main.brs)",
"dest": "source"
},
{
"src": "components/**/*",
"dest": "components"
},
{
"src": "locale/**/*",
"dest": "locale"
},
{
"src": "settings/**/*",
"dest": "settings"
}
],
"diagnosticFilters": ["node_modules/**/*", "**/roku_modules/**/*"],
"autoImportComponentScript": true,
"allowBrighterScriptInBrightScript": true,
"stagingFolderPath": "build",
"plugins": ["rooibos-roku"],
"rooibos": {
"isRecordingCodeCoverage": false,
"testsFilePattern": null,
"showOnlyFailures": true,
"catchCrashes": true,
"lineWidth": 70,
"failFast": false,
"sendHomeOnFinish": false
},
"sourceMap": true
}