An update about Swift Testing in the Swift 6 toolchain

https://swiftpackageindex.com/swiftlang/swift-testing/main/documentation/testing/temporarygettingstarted

Note

If your package does not explicitly list the testing library as a dependency, pass --enable-experimental-swift-testing to the swift test command to ensure your tests are run.

Does this imply that we should now be able to run swift test without listing swift-testing as an explicit dependency?