Join Slack
Powered by
Is there a way to disable running common tests on ...
# multiplatform
t
tarek
02/06/2020, 3:31 PM
Is there a way to disable running common tests on one specific target ?
k
kpgalligan
02/06/2020, 3:33 PM
I just expect/actual a boolean.
https://github.com/touchlab/Stately/blob/bd8e244f0b952ed4f54024caeed855b513a48ae1/stately-common/src/commonTest/kotlin/co/touchlab/stately/HelpersTest.kt#L27
kpgalligan
02/06/2020, 3:34 PM
https://github.com/touchlab/TestHelp/blob/master/src/commonMain/kotlin/co/touchlab/testhelp/Functions.kt#L10
kpgalligan
02/06/2020, 3:34 PM
Not especially elegant, but it works
👍 1
t
tarek
02/06/2020, 4:45 PM
Thanks
Open in Slack
Previous
Next