mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-11 13:59:13 +00:00
22 lines
551 B
Swift
22 lines
551 B
Swift
//
|
|
// ElementXTests.swift
|
|
// ElementXTests
|
|
//
|
|
// Created by Stefan Ceriu on 11.02.2022.
|
|
// Copyright © 2022 Element. All rights reserved.
|
|
//
|
|
|
|
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.
|
|
}
|
|
}
|