1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-18 11:11:34 +03:00
vimr/NvimView/Tests/NvimViewTests/XCTestManifests.swift
2020-09-18 23:14:20 +02:00

10 lines
153 B
Swift

import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
[
testCase(NvimViewTests.allTests),
]
}
#endif