Files
Gaze/GazeTests/Services/AnimationServiceTests.swift
2026-01-09 11:56:51 -05:00

18 lines
324 B
Swift

//
// AnimationServiceTests.swift
// GazeTests
//
// Created by Mike Freno on 1/9/26.
//
@testable import Gaze
final class AnimationServiceTests {
// Test cases can be added here as needed
func testRemoteAnimationDecoding() {
// This will be implemented when we have a testable implementation
}
}