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