Renderer/src/test/java/electrosphere/renderer/ui/elements/StringCarouselTests.java
austin 63feb835cd
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
slider fixes, dragevent fixes, new component
2024-09-15 22:49:28 -04:00

11 lines
182 B
Java

package electrosphere.renderer.ui.elements;
import static org.junit.jupiter.api.Assertions.*;
/**
* Unit tests for a string carousel
*/
public class StringCarouselTests {
}