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