Skip to content

Commit d7777a7

Browse files
BridgeJS: Move all Optional tests into OptionalSupportTests
1 parent f08fec7 commit d7777a7

File tree

6 files changed

+2781
-2886
lines changed

6 files changed

+2781
-2886
lines changed

Tests/BridgeJSRuntimeTests/ExportAPITests.swift

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,21 +1174,6 @@ enum GraphOperations {
11741174
}
11751175
}
11761176

1177-
// MARK: - Array Tests
1178-
1179-
// Optional arrays
1180-
@JS func roundTripOptionalIntArrayType(_ values: [Int]?) -> [Int]? {
1181-
return values
1182-
}
1183-
1184-
@JS func roundTripOptionalStringArrayType(_ values: [String]?) -> [String]? {
1185-
return values
1186-
}
1187-
1188-
@JS func roundTripOptionalGreeterArrayType(_ greeters: [Greeter]?) -> [Greeter]? {
1189-
return greeters
1190-
}
1191-
11921177
class ExportAPITests: XCTestCase {
11931178
func testAll() {
11941179
var hasDeinitGreeter = false

0 commit comments

Comments
 (0)