Files
SousChefAI/SousChefAITests/SousChefAITests.swift

18 lines
313 B
Swift
Raw Normal View History

2026-02-11 11:43:56 -06:00
//
// SousChefAITests.swift
// SousChefAITests
//
// Created by Aditya Pulipaka on 2/11/26.
//
import Testing
@testable import SousChefAI
struct SousChefAITests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}