all
config.
{
"type": "object",
"additionalProperties": false,
"properties": {
"pattern": {
"format": "regex",
"default": ".*\\.test\\.[tj]sx?$"
},
"allTestPattern": {
"format": "",
"default": ".*\\.(test|spec)\\.[tj]sx?$"
}
}
}
regex pattern for all tests files
Decides whether a file is a testing file.
required testing pattern
pattern
doesn't have a default value, you must provide one.