Pro Tip: Double check Darren's PRs

This commit is contained in:
2025-05-20 16:19:21 +03:00
commit bef386a039
17 changed files with 1194 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package com.example;
import io.quarkus.test.junit.QuarkusIntegrationTest;
@QuarkusIntegrationTest
class ExampleIT extends ExampleTest {
// Execute the same tests but in packaged mode.
}