mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-10 00:47:45 +08:00
8 lines
156 B
Swift
8 lines
156 B
Swift
import XCTest
|
|
@testable import ElixirKit
|
|
|
|
final class ElixirKitTests: XCTestCase {
|
|
func testExample() throws {
|
|
XCTAssertEqual(1 + 2, 3)
|
|
}
|
|
}
|