mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
16 lines
362 B
Swift
16 lines
362 B
Swift
//
|
|
// Updates.swift
|
|
// KeymanEngineTests
|
|
//
|
|
// Created by Joshua Horton on 7/15/20.
|
|
// Copyright © 2020 SIL International. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
@testable import KeymanEngine
|
|
|
|
extension TestUtils {
|
|
enum Updates {
|
|
static let km_base_state = TestUtils.findSubBundle(forResource: "khmer_angkor update-base", ofType: ".bundle")
|
|
}
|
|
}
|