Skip to content

Commit 7633a59

Browse files
authored
Database API build tests (#8396)
* Add tests for Database and DatabaseQuery * Add tests for DatabaseReference * Add tests for DataEventType * Add tests for DataSnapshot * Add tests for MutableData * Add tests for ServerValue * Add tests for TransactionResult * Fix CI for CocoaPods * Fix CI for SPM and style * Improve readability * Fix CI for tvOS * Refactor type checking * Fix comments Add unsurfaced parameter names and shorten async lines * Fix switch conditional evaluates to a constant * Fix type checking * Shorten switch statement * Add to SPM tests
1 parent e8f419b commit 7633a59

File tree

4 files changed

+691
-0
lines changed

4 files changed

+691
-0
lines changed

FirebaseDatabase.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
6161
unit_tests.scheme = { :code_coverage => true }
6262
unit_tests.source_files = [
6363
'FirebaseDatabase/Tests/Unit/*.[mh]',
64+
'FirebaseDatabase/Tests/Unit/Swift/*',
6465
'FirebaseDatabase/Tests/Helpers/*.[mh]',
6566
'FirebaseDatabase/Tests/third_party/*.[mh]',
6667
'SharedTestUtilities/AppCheckFake/*.[mh]',

0 commit comments

Comments
 (0)