feat(dialog): add plugin (#306)

This commit is contained in:
Lucas Fernandes Nogueira
2023-04-18 18:41:12 -07:00
committed by GitHub
parent 4d32919f0f
commit 7a8633f429
131 changed files with 10394 additions and 513 deletions
@@ -0,0 +1,17 @@
package app.tauri.dialog
import org.junit.Test
import org.junit.Assert.*
/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}