feat: Adds ability to toggle an employee's active status (#3)
Reviewed-on: #3
This commit is contained in:
@@ -20,7 +20,7 @@ struct ViewControllerTests {
|
||||
|
||||
@Test
|
||||
func employeeViews() async throws {
|
||||
try await withSnapshotTesting(record: record) {
|
||||
try await withSnapshotTesting(record: .missing) {
|
||||
try await withDependencies {
|
||||
$0.viewController = .liveValue
|
||||
$0.database.employees = .mock
|
||||
|
||||
Reference in New Issue
Block a user