| package com.pokepage; | |
| import org.junit.jupiter.api.Test; | |
| import org.springframework.boot.test.context.SpringBootTest; | |
| class PokePageApplicationTests { | |
| void contextLoads() { | |
| } | |
| } | |
| package com.pokepage; | |
| import org.junit.jupiter.api.Test; | |
| import org.springframework.boot.test.context.SpringBootTest; | |
| class PokePageApplicationTests { | |
| void contextLoads() { | |
| } | |
| } | |