spierce7
08/27/2019, 5:44 PMkotlin-multiplatform
plugin, and I’ve noticed that my js tests aren’t running on 1.3.50. Is there anything special I need to do to make them run?Sebastian Sellmair [JB]
08/27/2019, 7:42 PMplatform test runner
. Maybe this helps?spierce7
08/27/2019, 8:41 PMSebastian Sellmair [JB]
08/27/2019, 8:44 PMgradlew test
or gradlew allTests
?spierce7
08/27/2019, 8:48 PMSebastian Sellmair [JB]
08/27/2019, 9:21 PMallTests
and check
should be available 🤔Sebastian Sellmair [JB]
08/27/2019, 9:21 PMspierce7
08/27/2019, 9:49 PMkotlin-multiplatform
plugin. I assume you are using the js plugin?Sebastian Sellmair [JB]
08/27/2019, 9:54 PMSebastian Sellmair [JB]
08/27/2019, 9:54 PMSebastian Sellmair [JB]
08/27/2019, 9:54 PMspierce7
08/27/2019, 10:02 PMspierce7
08/27/2019, 10:02 PMspierce7
08/27/2019, 10:02 PMSebastian Sellmair [JB]
08/27/2019, 10:09 PMgildor
08/28/2019, 2:33 AM./gradlew check
will work, it’s most idiomatic way to run all tests in gradlegildor
08/28/2019, 2:36 AMspierce7
08/28/2019, 2:42 AM