package com.stileeducation.markr; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class MarkrApplicationTests { @Test void contextLoads() { } }