Refactor js.tests
Use Test#getName where possible
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
fun box() = if (true) throw Exception() else false
|
||||
Reference in New Issue
Block a user
Use Test#getName where possible
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
fun box() = if (true) throw Exception() else false
|
||||