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
`Name contains illegal chars that cannot appear in JavaScript identifier.`
I thought about using the `@JsName` annotation here to just rename the test method in JavaScript, but that potentially duplicated the test name. Easier to just replace spaced with underscores, and then remove the backtick escapes.
0 commit comments