Skip to content

Commit 3744394

Browse files
authored
Update README.md
1 parent 769152f commit 3744394

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ class FunctionCheckTest {
1616
```
1717

1818
To run:
19+
1920
./gradlew jvmTest <---- passes
21+
2022
./gradlew jsTest <---- fails
2123

2224
Originally thought this was a bug with typealias, however the bug exists with functions.
2325

2426
Behavior is not consistent between platforms. JVM passes. JS & Native fail.
2527
Only JS tests run on this project due to difficulty setting up tests. This has been observed to fail
26-
in the native environment.
28+
in the native environment.

0 commit comments

Comments
 (0)