Files
NVAlert/Tests/NVAlertTests/NVAlertTests.swift
2024-06-02 12:46:27 +02:00

13 lines
357 B
Swift

import XCTest
@testable import NVAlert
final class NVAlertTests: XCTestCase {
func testExample() throws {
// XCTest Documentation
// https://developer.apple.com/documentation/xctest
// Defining Test Cases and Test Methods
// https://developer.apple.com/documentation/xctest/defining_test_cases_and_test_methods
}
}