Closed doktordirk closed 7 years ago
@bas080 what about the test: there seem to be an error in the code or the test. so, should be either
in the test: config.chartsByScale(quan, quan) and not config.chartsByScale([quan, quan]) or in the code: chartsByScale(...scale) and not chartsByScale(scale)
@doktordirk, these tests should be passing. That does indeed solve the issue. In my opinion the test is wrong. I prefer the n-arguments approach.
@bas080 i have a test failing.
is that supposed to work?