I'm trying to upgrade to kotest 6.0.0.M2, however ...
# kotest
s
I'm trying to upgrade to kotest 6.0.0.M2, however I cannot due to an issue I encountered a while back: https://kotlinlang.slack.com/archives/CT0G9SD7Z/p1689722646342929?thread_ts=1689629812.051729&cid=CT0G9SD7Z my issue had to do with the kotlin/js platform not allowing nested tests, so my workaround was to use
getStableIdentifier(thing)
directly, which is no longer possible since that function does not exist anymore and
StableIdentifiers.stableIdentifier(thing)
is now internal and cannot be accessed. Is there any other way to get the stable identifier of an object?