diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-04 15:06:06 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-04 15:06:06 -0500 |
| commit | 1067005467d66bbaae5853d2cacda749fb72cbcc (patch) | |
| tree | aa8d3e9343b06a349b0db9926b80c788ab03d615 /tests | |
| parent | 74967ff65480a2f223ac7080ebabb2f89af7208d (diff) | |
| download | chime-1067005467d66bbaae5853d2cacda749fb72cbcc.tar.gz chime-1067005467d66bbaae5853d2cacda749fb72cbcc.zip | |
Restructure README and address review comments
- Remove About section (merged into intro)
- Rename Credits to History, fold Migration under it
- Fold Manual Check and Known Limitations under Usage
- Fold Full Example Configuration under Configuration
- Add straight.el and quelpa install methods
- Move requirements into Installation with auto-deps note
- Add notification daemon check to troubleshooting
- Add Development subsection with clone/lint/issues info
- Add LICENSE file (GPL-3.0)
- Update nav bar to match new structure
- Fix startup integration test for new modeline error state
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-integration-startup.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-integration-startup.el b/tests/test-integration-startup.el index c755d7e..6592cf4 100644 --- a/tests/test-integration-startup.el +++ b/tests/test-integration-startup.el @@ -230,8 +230,7 @@ This validates the early-return mechanism works correctly." (should (null chime--validation-done)) ;; Should NOT have processed any events (early return worked) - (should (null chime--upcoming-events)) - (should (null chime-modeline-string))))) + (should (null chime--upcoming-events))))) ;;; Boundary Cases - Edge Conditions |
