If I run a test containing a function with an open-ended function Chutzpah fails to parse it and does not run.
function sum(...numbers: number[]) {
});
easy workaround : place that function in another file, or use a regular array instead
Comments: Sorry, I forgot to mention it was typescript, but it works now (with TS 0.8.2 + Chutzpah 2.30), so please close this issue.
function sum(...numbers: number[]) {
});
easy workaround : place that function in another file, or use a regular array instead
Comments: Sorry, I forgot to mention it was typescript, but it works now (with TS 0.8.2 + Chutzpah 2.30), so please close this issue.