18 lines
324 B
Swift
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
|
|
}
|
|
}
|
|
|