You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @Siemienik, are you sure we should expect inValue: ' -1.2123asd' be mapped to true ?
It's quite problematic question, but when I wrote this issue I've followed the result of Boolean(Number.parseFloat()). That result true for this input.
Part of #21
TODO:
src/mappers/booleanMapper.ts
with function matches to typeValueMapper<boolean>
. Which parse value string into boolean.src/mappers/index.ts
proposed test data provider:
tips:
Boolean(Number())
For making a reservation please open draft PR with this issue linked
The text was updated successfully, but these errors were encountered: