For example if I put (no CRLF before fitdy elle,ent) :
{
"Framework": "jasmine",
"RootReferencePathMode": "SettingsFileDirectory",
"TypeScriptCodeGenTarget" : "ES5",
"References": [{"Path": "file1.js"},
{"Path": "file2.js"}
],
"Tests": [
{ "Path": "", "Include": "**/*.spec.ts", "Exclude": "**/_*.spec.ts" }
]
}
file 1 is not included
But if I put:
{
"Framework": "jasmine",
"RootReferencePathMode": "SettingsFileDirectory",
"TypeScriptCodeGenTarget" : "ES5",
"References": [
{"Path": "file1.js"},
{"Path": "file2.js"}
],
"Tests": [
{ "Path": "", "Include": "**/*.spec.ts", "Exclude": "**/_*.spec.ts" }
]
}
file one is then recognized
{
"Framework": "jasmine",
"RootReferencePathMode": "SettingsFileDirectory",
"TypeScriptCodeGenTarget" : "ES5",
"References": [{"Path": "file1.js"},
{"Path": "file2.js"}
],
"Tests": [
{ "Path": "", "Include": "**/*.spec.ts", "Exclude": "**/_*.spec.ts" }
]
}
file 1 is not included
But if I put:
{
"Framework": "jasmine",
"RootReferencePathMode": "SettingsFileDirectory",
"TypeScriptCodeGenTarget" : "ES5",
"References": [
{"Path": "file1.js"},
{"Path": "file2.js"}
],
"Tests": [
{ "Path": "", "Include": "**/*.spec.ts", "Exclude": "**/_*.spec.ts" }
]
}
file one is then recognized