feat: Adds ability to toggle an employee's active status (#3)

Reviewed-on: #3
This commit is contained in:
2025-01-28 17:27:00 +00:00
parent 027c7037a6
commit a76d523541
7 changed files with 54 additions and 5 deletions

View File

@@ -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