> Yeah, I'll give it a try anyways :ok_hand: Fe...
# kotlintest
l
Yeah, I'll give it a try anyways 👌
Feel free to ask us if you have any doubts 🙂
r
It doesn't know
FunSpec
😕
l
I think you might be confusing KotlinTest with Kotlin's
kotlin.test
package
☝️ 1
This channel is for the former.
r
There's two 😕
l
For the latter, I think the right channel would be
#test
I invite you to take a look at github.com/kotlintest/kotlintest tho
r
Ah this is getting confusing fast 😛 My code does reference
kotlin.test
which i get is the default test package that comes with kotlin? And this channel is about a third party test package called
io.kotlintest
?
l
Yes, this channel is about
io.kotlintest
r
Ah. So is this replacing Kotlin's package? Or just additional?
l
It's a third party replacement, yes
And we currently don't support JS on it's entirety
r
Do support the other platforms? Or "just" jvm?
The number of functions and options look great. Syntax inside the tests too
l
We're moving to support all platforms, but that is currently experimental
r
I like experimental 😉
I'm seeing the branch, ty!
Ah you even did the latest commit
l
Which branch are you testing?
I think the
multiplatform
branch is pretty stale
We're moving things to
master
s
and we’re renaming to Kotest to avoid confusion with kotlin.test
r
I was talking about
multiplatform
indeed
That's probably a good idea @sam