This commit is contained in:
Daniel Arantes Loverde
2026-07-07 15:11:31 -03:00
parent 8b9ebdcb44
commit e51c99973f
293 changed files with 457 additions and 4919 deletions

View File

@@ -0,0 +1,7 @@
import Testing
@testable import PediFoods
@Test("Smoke")
func smoke() {
#expect(Bool(true))
}