1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 02:54:31 +03:00
vimr/Tabs/Tests/TabsTests/TabsTests.swift
2020-11-28 11:36:12 +01:00

16 lines
369 B
Swift

@testable import Tabs
import XCTest
final class TabsTests: 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(Tabs().text, "Hello, World!")
}
static var allTests = [
("testExample", testExample),
]
}