I don't understand this change: ```class Isolatio...
# kotest-contributors
l
I don't understand this change:
Copy code
class IsolationModeTest : WordSpec() {

   override fun isolationMode() = IsolationMode.InstancePerTest
\/\/\/
Copy code
class IsolationModeTest : WordSpec() {

   override fun isolationMode() = IsolationMode.InstancePerRoot
Why is InstancePerTest => InstancePerRoot being the only change in this file? Not sure if I'm missing something