This PR contains the work done to setup this Swift package, so development can start from here. Reviewed-on: #1 Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
8 lines
173 B
Swift
8 lines
173 B
Swift
import Testing
|
|
|
|
@testable import AmiiboAPI
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|