Quantcast
Channel: Chutzpah - A JavaScript Test Runner
Viewing all articles
Browse latest Browse all 1864

Edited Unassigned: chutzpah.json file parser does not work correctly [258]

$
0
0
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


Viewing all articles
Browse latest Browse all 1864

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>