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
The function should also support concatenation. Looking at the AST Explorer, I think that the function should run recursively and recheck its left and its right to ensure that they are either a Binary Expression or a String Literal, or an Identifier.
The text was updated successfully, but these errors were encountered:
Currently, doing:
Would fail, saying that the assertion message is not a string. This is happening over here:
eslint-plugin-ava/rules/assertion-arguments.js
Line 206 in dee1802
The function should also support concatenation. Looking at the AST Explorer, I think that the function should run recursively and recheck its
left
and itsright
to ensure that they are either aBinary Expression
or aString Literal
, or anIdentifier
.The text was updated successfully, but these errors were encountered: