-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update JSONAPI dependency to first major release and reign in the swi…
…ftcheck dependency because there can be breaking changes on minor version bumps
- Loading branch information
1 parent
b5f1e09
commit 36ac503
Showing
3 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
#if !canImport(ObjectiveC) | ||
import XCTest | ||
|
||
extension PlaceholderTests { | ||
static let __allTests = [ | ||
// DO NOT MODIFY: This is autogenerated, use: | ||
// `swift test --generate-linuxmain` | ||
// to regenerate. | ||
static let __allTests__PlaceholderTests = [ | ||
("test_Placeholder", test_Placeholder), | ||
] | ||
} | ||
|
||
#if !os(macOS) | ||
public func __allTests() -> [XCTestCaseEntry] { | ||
return [ | ||
testCase(PlaceholderTests.__allTests), | ||
testCase(PlaceholderTests.__allTests__PlaceholderTests), | ||
] | ||
} | ||
#endif |