I've tried putting this in the test dir (~/tests/specs)..
{
"Tests": [
{ "Include": "../*" },
{ "Path": ".", "Include": "*.js", "Exclude": "test_appservices.js" },
]
}
.. and I've tried putting this in the root dir ..{
"Tests": [
{ "Include": "Scripts/*" },
{ "Path": "tests/specs/", "Include": "*.js", "Exclude": "test_appservices.js" },
]
}
Makes no difference. There is no clear documentation on where the Chutzpah.json file should go if it is a part of a Visual Studio project so I have no clue as to what I'm doing wrong..