Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions TableProTests/AWS/AWSIAMAuthTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
//

import Foundation
import TableProPluginKit
import Testing

@testable import TablePro
Expand Down
11 changes: 6 additions & 5 deletions TableProTests/Views/Main/MainStatusBarLayoutTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
//

import Foundation
import TableProPluginKit
import SwiftUI
@testable import TablePro
import TableProPluginKit
import Testing

@testable import TablePro

@Suite("MainStatusBarView Layout")
@MainActor
struct MainStatusBarLayoutTests {
Expand All @@ -25,9 +26,9 @@ struct MainStatusBarLayoutTests {
onPreviousPage: {},
onNextPage: {},
onLastPage: {},
onLimitChange: { _ in },
onOffsetChange: { _ in },
onPaginationGo: {},
onPageSizeChange: { _ in },
onShowAll: {},
onGoToPage: { _ in },
onToggleColumn: { _ in },
onShowAllColumns: {},
onHideAllColumns: { _ in },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
//

import Foundation
import SwiftUI
import TableProPluginKit
import Testing

Expand Down
Loading