repo: init
Only basic things for now, to make sure the JavaFX setup works.
This commit is contained in:
13
app/src/test/java/org/vibecoders/moongazer/AppTest.java
Normal file
13
app/src/test/java/org/vibecoders/moongazer/AppTest.java
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
* This source file was generated by the Gradle 'init' task
|
||||
*/
|
||||
package org.vibecoders.moongazer;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
class AppTest {
|
||||
@Test void stub() {
|
||||
assertTrue(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user