implementation("io.ktor:ktor-server-test-base:3.0.1")
Facilitates testing of server applications by providing a lightweight engine that processes application calls directly, bypassing the need for a full web server setup.