/* * 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. } }