Show config for test support in reference docs

Closes gh-96
This commit is contained in:
Rossen Stoyanchev
2021-07-21 14:18:10 +01:00
parent 759b83ffa8
commit 69b2476231
2 changed files with 67 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
testImplementation project(':spring-graphql-test')
testImplementation 'org.springframework:spring-webflux'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'io.projectreactor:reactor-test'
}