Hi guys!! How Can I use Integration Tests with Nat...
# ktor
a
Hi guys!! How Can I use Integration Tests with Native Ktor Testing and Unit test with JUnit5?? I have this on gradle, but just JUnit tests are fired:
Copy code
test {
    useJUnitPlatform()
}