Clone the repository
git clone http://github.com/AlAskalany/ToDoly.gitTest your code using JUnit 5.
package com.alaskalany.todoly;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
class ToDolyTestApplication {
@BeforeEach
void setUp() {
}
@AfterEach
void tearDown() {
}
@Test
void main() {
}
}Create a pull-request
Use the coding style associated with the project.