Files
letro-ios/UnitTests/Sources/ElementXTests.swift
Stefan Ceriu 6d86e17dac Initial setup.
2022-04-13 13:57:27 +03:00

21 lines
499 B
Swift

//
// ElementXTests.swift
// ElementXTests
//
// Created by Stefan Ceriu on 11.02.2022.
//
import XCTest
@testable import ElementX
class ElementXTests: XCTestCase {
override func setUpWithError() throws {
// Put setup code here. This method is called before the invocation of each test method in the class.
}
override func tearDownWithError() throws {
// Put teardown code here. This method is called after the invocation of each test method in the class.
}
}