Files
omnivore/apple/OmnivoreKit/Tests/ViewsTests/ViewsTests.swift
2022-02-11 09:24:33 -08:00

16 lines
358 B
Swift

@testable import Views
import XCTest
final class ViewsTests: XCTestCase {
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual("Hello", "Hello")
}
static var allTests = [
("testExample", testExample)
]
}