discipline-scalatest
discipline-scalatest copied to clipboard
ScalaTest binding for Discipline
## About this PR 📦 Updates * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) from `0.4.17` to `0.5.1` 📜 [GitHub Release Notes](https://github.com/scala-native/scala-native/releases/tag/v0.5.1) - [Version Diff](https://github.com/scala-native/scala-native/compare/v0.4.17...v0.5.1) ## Usage ✅ **Please merge!** I'll automatically update this...
Ditto https://github.com/typelevel/discipline-munit/issues/301
Add a `FreeSpecDiscipline` that can be used with [AnyFreeSpec](https://www.scalatest.org/scaladoc/3.2.19/org/scalatest/freespec/AnyFreeSpec.html). It inherits `AnyFreeSpecLike` to avoid errors in Scala 3. If it is unacceptable, or if there is another better way, please...