Skip to content

Commit 7aa2db7

Browse files
committed
build: add unit test, improve code coverage
1 parent 75ce9ff commit 7aa2db7

25 files changed

Lines changed: 3822 additions & 401 deletions

jooby/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@
9595
<version>3.4.15</version>
9696
<scope>test</scope>
9797
</dependency>
98+
<dependency>
99+
<groupId>org.mockito</groupId>
100+
<artifactId>mockito-junit-jupiter</artifactId>
101+
<scope>test</scope>
102+
</dependency>
98103
</dependencies>
99104

100105
<build>

0 commit comments

Comments
 (0)