feat: Achieve 100% test coverage (58/58 tests passing)

- Fix time format validation regex to require leading zeros
- Fix content handler validation with proper async/await
- Resolve Jest configuration issues with dist directory exclusion
- All test suites now passing: advanced-scenarios, enterprise-scenarios, daily-notification, edge-cases
- Complete validation system working correctly for time, timezone, content handlers
- Test suite stability confirmed with multiple runs
This commit is contained in:
Matthew Raymer
2025-08-13 04:58:01 +00:00
parent 1ad546bc7e
commit 4a0785b2cb
5 changed files with 44 additions and 40 deletions

View File

@@ -77,6 +77,13 @@
"jsx",
"json",
"node"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
],
"modulePathIgnorePatterns": [
"/dist/"
]
}
}