//
//  vibesTests.swift
//  vibesTests
//
//  Created by Yamill Vallecillo on 6/30/25.
//

import Testing
@testable import vibes

struct vibesTests {

    @Test func example() async throws {
        // Write your test here and use APIs like `#expect(...)` to check expected conditions.
    }

}
