Files
CookieSwifter/CookieSwifter/CookieSwifterTests/CookieSwifterTests.swift
2024-12-21 18:56:05 +00:00

17 lines
295 B
Swift

//
// CookieSwifterTests.swift
// CookieSwifterTests
//
// Created by Nihaal Sharma on 16/12/2024.
//
import Testing
struct CookieSwifterTests {
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}
}