ankushg
11/04/2018, 8:45 PM@Test fun `backtick notation`() {...}
into something like
@Test fun camelCaseNotation() {...}
? Hoping to quickly convert some Kotlin/JVM tests into ones that run in our KMPP, but it looks like JS doesn't like spaces, even if escaped in backticks