mirror of https://github.com/sbt/sbt.git
fix link to testing sbt plugins in DEVELOPING.md
This commit is contained in:
parent
9352e1cdad
commit
20c1f0245f
|
|
@ -163,7 +163,7 @@ suite with `sbt testOnly`
|
|||
Scripted integration tests reside in `sbt-app/src/sbt-test` and are
|
||||
written using the same testing infrastructure sbt plugin authors can
|
||||
use to test their own plugins with sbt. You can read more about this
|
||||
style of tests [here](https://www.scala-sbt.org/1.0/docs/Testing-sbt-plugins).
|
||||
style of tests [here](https://www.scala-sbt.org/1.x/docs/Testing-sbt-plugins).
|
||||
|
||||
You can run the integration tests with the `sbt scripted` sbt
|
||||
command. To run a single test, such as the test in
|
||||
|
|
|
|||
Loading…
Reference in New Issue