react-native-test-app/.github/minitest.json

20 строки
326 B
JSON

{
"problemMatcher": [
{
"owner": "minitest",
"pattern": [
{
"regexp": "^.*?\\[(.*?):(\\d+)\\]:$",
"file": 1,
"line": 2
},
{
"regexp": "^\\s*((?:Expected|Actual).*)$",
"message": 1,
"loop": true
}
]
}
]
}