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
In the following test suite, the tests 'evaluates true = true' and 'evaluates true = false' are evaluated correctly, showing the js-feel implementation seems to work properly, however the tests 'not(true)' and 'not(false)' evaluate to a Function (not to a boolean). If I try to call the function it throws an error "TypeError: Cannot read properties of undefined (reading 'isDate')".
In the following test suite, the tests
'evaluates true = true'
and'evaluates true = false'
are evaluated correctly, showing the js-feel implementation seems to work properly, however the tests'not(true)'
and'not(false)'
evaluate to a Function (not to aboolean
). If I try to call the function it throws an error"TypeError: Cannot read properties of undefined (reading 'isDate')"
.Any help is appreciated.
The text was updated successfully, but these errors were encountered: