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
(Note the examples below are not my actual tests but the simplest form in which I could repo the issue.)
Problem:
If my test contains an inner arrow function like () => {} or () => returnValue then the converter does not identify the test as one needing updates.
If my test contains an inner function like function(arg1) {return returnValue} then the converter converts the args of the inner function too! (which isn't correct)
(Note the examples below are not my actual tests but the simplest form in which I could repo the issue.)
Problem:
() => {}
or() => returnValue
then the converter does not identify the test as one needing updates.function(arg1) {return returnValue}
then the converter converts the args of the inner function too! (which isn't correct)Arrow function example:
Output:
1 unmodified
(no change to test)
function example:
Output:
1 ok
The text was updated successfully, but these errors were encountered: