Stonks/app/src/test/kotlin/xyz/etztech/stonks/AppTest.kt

13 lines
292 B
Kotlin

/*
* This Kotlin source file was generated by the Gradle 'init' task.
*/
package xyz.etztech.stonks
class AppTest {
// @Test
// fun appHasAGreeting() {
// val classUnderTest = App()
// assertNotNull(classUnderTest.greeting, "app should have a greeting")
// }
}