{
"Tests": [
{
"Exclude": "*ok.js"
}
]
}
This will run all tests except those that end in ok.js↧
New Post: Anyway to make Chutzpah ignore certain test files?
↧
{
"Tests": [
{
"Exclude": "*ok.js"
}
]
}
This will run all tests except those that end in ok.js