mirror of
https://github.com/neon443/CookieSwifter.git
synced 2026-03-11 15:16:17 +00:00
17 lines
295 B
Swift
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.
|
|
}
|
|
|
|
}
|