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: Fixed with 2.3 release
function sum(...numbers: number[]) {
});
easy workaround : place that function in another file, or use a regular array instead
Comments: Fixed with 2.3 release