mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 04:09:25 +00:00
Some checks are pending
Keyman Build Summary / Summarize build status checks (push) Waiting to run
18 lines
317 B
Swift
18 lines
317 B
Swift
/*
|
|
* Keyman is copyright (C) SIL Global. MIT License.
|
|
*
|
|
* Created by Shawn Schantz on 2026-02-26
|
|
*
|
|
* Tests for Config app
|
|
*
|
|
*/
|
|
|
|
import Testing
|
|
|
|
struct ConfigTests {
|
|
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
|
|
}
|